diff --git a/templates/client/accounts/feed.html b/templates/client/accounts/feed.html
index 65cd841f..7a895dc2 100644
--- a/templates/client/accounts/feed.html
+++ b/templates/client/accounts/feed.html
@@ -73,12 +73,7 @@
-
- {% include 'includes/exposition/exposition_list.html' with object_list=object_list %}
-
- {% include 'includes/catalog_paginator.html' with page_obj=page_obj %}
-{% endblock %}
-{% block scripts %}
+ {% block scripts %}
@@ -94,7 +89,7 @@
applyButtonId:'apply-filter-button',
place:{
id:'filter-pwPlace',
- /**/ selectedItemTemplate:'filter-csb-selected',
+ /**/ selectedItemTemplate:'filter-csb-selected',
ajaxUrl:'http://{{ request.get_host }}/search-form/',
autoCompleteUrl:'http://{{ request.get_host }}/search-form/autocomplete/',
getParentUrl:'http://{{ request.get_host }}/search-form/get-parent/',
@@ -164,4 +159,11 @@
}
});
+ {% endblock %}
+
+
+ {% include 'includes/exposition/exposition_list.html' with object_list=object_list %}
+
+ {% include 'includes/catalog_paginator.html' with page_obj=page_obj %}
{% endblock %}
+