|
|
|
@ -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>--> |
|
|
|
|
|
|
|
|
|
|
|
@ -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 %} |
|
|
|
|
|
|
|
|
|
|
|
|