diff --git a/templates/client/includes/accounts/current_user.html b/templates/client/includes/accounts/current_user.html index e1587a74..e2f14816 100644 --- a/templates/client/includes/accounts/current_user.html +++ b/templates/client/includes/accounts/current_user.html @@ -550,7 +550,10 @@ addCompany:{ modalId:'pw-company', formId:'create_company_form' - } + }, + rating:{ + id:'profile-rating' + } }); diff --git a/templates/client/includes/company/company_edit.html b/templates/client/includes/company/company_edit.html index 2f16b6d9..33cd384e 100644 --- a/templates/client/includes/company/company_edit.html +++ b/templates/client/includes/company/company_edit.html @@ -625,6 +625,9 @@ // some helper text in current language lang:{ workIn:'в'// there must be 'at' in English + }, + rating:{ + id:'profile-rating' } diff --git a/templates/client/organiser/add_event.html b/templates/client/organiser/add_event.html index 9fcc4ceb..40e5b4eb 100644 --- a/templates/client/organiser/add_event.html +++ b/templates/client/organiser/add_event.html @@ -780,311 +780,20 @@ -======= -