From 1cf238d979f7719aedacc45d0f5faca7946282ea Mon Sep 17 00:00:00 2001 From: pavel Date: Mon, 5 Jan 2015 15:27:12 +0000 Subject: [PATCH] bug with account feed --- templates/client/accounts/feed.html | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) 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 %} +