diff --git a/templates/client/accounts/feed.html b/templates/client/accounts/feed.html
index 65cd841f..11f5e735 100644
--- a/templates/client/accounts/feed.html
+++ b/templates/client/accounts/feed.html
@@ -57,11 +57,11 @@
{% if search_form.th %}
- {% include 'client/popups/theme.html' with search_form=search_form filter="filter-" formId="filter-pwSubj" selectedItemTemplate="filter-subj-selected" autoCompleteId="filter-subj-complete-block" filterInputId="filter-subj-fliter-input" selectedItemsContainer="filter-csb-subj-selected-items" subjectTriggerWrapId="filter-subj-checks" exhibitionCheck="filter-exhibition-check" conferenceCheck="filter-conference-check" prefix="f-s-" %}
+ {% include 'client/popups/theme.html' with search_form=search_form filter="filter-" formId="filter-pwSubj" selectedItemTemplate="filter-subj-selected" autoCompleteId="filter-subj-complete-block" filterInputId="filter-subj-fliter-input" selectedItemsContainer="filter-csb-subj-selected-items" subjectTriggerWrapId="filter-subj-checks" exhibitionCheck="filter-exhibition-check" conferenceCheck="filter-conference-check" prefix="f-s-" submitText="Применить" %}
{% endif %}
{% if search_form.area %}
- {% include 'client/popups/place.html' with search_form=search_form filter="filter-" formId="filter-pwPlace" selectedItemTemplate="filter-csb-selected" autoCompleteId="filter-place-complete-block" filterInputId="filter-place-filter-input" selectedItemsContainer="filter-csb-selected-items" prefix="f-p-" %}
+ {% include 'client/popups/place.html' with search_form=search_form filter="filter-" formId="filter-pwPlace" selectedItemTemplate="filter-csb-selected" autoCompleteId="filter-place-complete-block" filterInputId="filter-place-filter-input" selectedItemsContainer="filter-csb-selected-items" prefix="f-p-" submitText="Применить" %}
{% endif %}
@@ -73,95 +73,96 @@
+
{% include 'includes/exposition/exposition_list.html' with object_list=object_list %}
{% include 'includes/catalog_paginator.html' with page_obj=page_obj %}
-{% endblock %}
-{% block scripts %}
-
-
+
+
+
+
+
+ }
+ });
+
{% endblock %}
+
+
diff --git a/templates/client/popups/place.html b/templates/client/popups/place.html
index 2f085630..c29147e2 100644
--- a/templates/client/popups/place.html
+++ b/templates/client/popups/place.html
@@ -108,7 +108,7 @@
diff --git a/templates/client/popups/theme.html b/templates/client/popups/theme.html
index e4a1a699..2a4a7a4d 100644
--- a/templates/client/popups/theme.html
+++ b/templates/client/popups/theme.html
@@ -76,7 +76,7 @@