|
|
|
@ -30,7 +30,6 @@ |
|
|
|
{% block paginator %}{% endblock %} |
|
|
|
{% block paginator %}{% endblock %} |
|
|
|
|
|
|
|
|
|
|
|
{% block content_list %} |
|
|
|
{% block content_list %} |
|
|
|
{% block page_body %} |
|
|
|
|
|
|
|
<div class="m-article event-page"> |
|
|
|
<div class="m-article event-page"> |
|
|
|
<div class="item-wrap event clearfix"> |
|
|
|
<div class="item-wrap event clearfix"> |
|
|
|
<aside> |
|
|
|
<aside> |
|
|
|
@ -484,16 +483,10 @@ |
|
|
|
<a href="{{ exposition.catalog }}theme/{{ exposition.theme.all.0.url }}/city/{{ exposition.city.url }}/">{% trans "Выставки по тематике " %}«{{ exposition.theme.all.0.name|capfirst }}» {% if request.LANGUAGE_CODE == 'ru' and exposition.city.inflect %}{{ exposition.city.inflect }}{% else %}{% trans 'in' %} {{ exposition.city.name }}{% endif %}</a> |
|
|
|
<a href="{{ exposition.catalog }}theme/{{ exposition.theme.all.0.url }}/city/{{ exposition.city.url }}/">{% trans "Выставки по тематике " %}«{{ exposition.theme.all.0.name|capfirst }}» {% if request.LANGUAGE_CODE == 'ru' and exposition.city.inflect %}{{ exposition.city.inflect }}{% else %}{% trans 'in' %} {{ exposition.city.name }}{% endif %}</a> |
|
|
|
{% endif %} |
|
|
|
{% endif %} |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
{% endblock %} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
{% block content_text %}{% endblock %} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
{% block popup %} |
|
|
|
|
|
|
|
{% include 'client/popups/advertise_member.html' with form=advertising_form %} |
|
|
|
{% include 'client/popups/advertise_member.html' with form=advertising_form %} |
|
|
|
{% include 'client/popups/event_news_subscribe.html' %} |
|
|
|
{% include 'client/popups/event_news_subscribe.html' %} |
|
|
|
{% endblock %} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
{% block scripts %} |
|
|
|
|
|
|
|
{% if request.GET.debug == '1' %} |
|
|
|
{% if request.GET.debug == '1' %} |
|
|
|
<script src="{% static 'client/js/_modules/page.exposition.object.js' %}"></script> |
|
|
|
<script src="{% static 'client/js/_modules/page.exposition.object.js' %}"></script> |
|
|
|
{% else %} |
|
|
|
{% else %} |
|
|
|
@ -561,4 +554,3 @@ |
|
|
|
}) |
|
|
|
}) |
|
|
|
</script> |
|
|
|
</script> |
|
|
|
{% endblock %} |
|
|
|
{% endblock %} |
|
|
|
{% endblock %} |
|
|
|
|
|
|
|
|