bug with account feed

remotes/origin/1203
pavel 11 years ago
parent 85326c7079
commit 1cf238d979
  1. 16
      templates/client/accounts/feed.html

@ -73,12 +73,7 @@
</form> </form>
</div> </div>
{% block scripts %}
{% include 'includes/exposition/exposition_list.html' with object_list=object_list %}
{% include 'includes/catalog_paginator.html' with page_obj=page_obj %}
{% endblock %}
{% block scripts %}
<script src="{% static 'client/js' %}{% if debug %}/{% else %}_min/{% endif %}_modules/page.events.feed{% if debug %}{% else %}.min{% endif %}.js"></script> <script src="{% static 'client/js' %}{% if debug %}/{% else %}_min/{% endif %}_modules/page.events.feed{% if debug %}{% else %}.min{% endif %}.js"></script>
<!--<script src="{% static 'client/js/_modules/block.search.js' %}"></script>--> <!--<script src="{% static 'client/js/_modules/block.search.js' %}"></script>-->
@ -94,7 +89,7 @@
applyButtonId:'apply-filter-button', applyButtonId:'apply-filter-button',
place:{ place:{
id:'filter-pwPlace', id:'filter-pwPlace',
/**/ selectedItemTemplate:'filter-csb-selected', /**/ selectedItemTemplate:'filter-csb-selected',
ajaxUrl:'http://{{ request.get_host }}/search-form/', ajaxUrl:'http://{{ request.get_host }}/search-form/',
autoCompleteUrl:'http://{{ request.get_host }}/search-form/autocomplete/', autoCompleteUrl:'http://{{ request.get_host }}/search-form/autocomplete/',
getParentUrl:'http://{{ request.get_host }}/search-form/get-parent/', getParentUrl:'http://{{ request.get_host }}/search-form/get-parent/',
@ -164,4 +159,11 @@
} }
}); });
</script> </script>
{% endblock %}
</div>
{% include 'includes/exposition/exposition_list.html' with object_list=object_list %}
{% include 'includes/catalog_paginator.html' with page_obj=page_obj %}
{% endblock %} {% endblock %}

Loading…
Cancel
Save