diff --git a/templates/client/exposition/exposition_detail.html b/templates/client/exposition/exposition_detail.html index 3362fa18..97075ac4 100644 --- a/templates/client/exposition/exposition_detail.html +++ b/templates/client/exposition/exposition_detail.html @@ -24,7 +24,7 @@ {% endblock %} {% block content_list %} - {% if object.paid_new_id and object.paid_new.public %} + {% if object.paid_new_id and object.paid_new.public %} {% include 'client/includes/exposition/expo_paid.html' with exposition=object %} {% else %} {% include 'client/includes/exposition/exposition_object.html' with exposition=object %} diff --git a/templates/client/includes/exposition/expo_paid.html b/templates/client/includes/exposition/expo_paid.html index aa5c1ab1..b3635de1 100644 --- a/templates/client/includes/exposition/expo_paid.html +++ b/templates/client/includes/exposition/expo_paid.html @@ -7,28 +7,28 @@
{% trans 'Подписаться на новости' %} {% blocktrans with name=exposition.name|safe %}Получайте актуальную информацию о выставке {{ name }} на свой email{% endblocktrans %}
@@ -332,7 +332,7 @@ {% include 'client/includes/booking_block.html' with city=exposition.city place=exposition.place event=exposition %} -