diff --git a/templates/client/includes/exposition/expo_paid.html b/templates/client/includes/exposition/expo_paid.html index d5f577ab..afe72417 100644 --- a/templates/client/includes/exposition/expo_paid.html +++ b/templates/client/includes/exposition/expo_paid.html @@ -120,6 +120,8 @@ +
{% trans 'Подписаться на новости' %} {% blocktrans with name=exposition.name|safe %}Получайте актуальную информацию о выставке {{ name }} на свой email{% endblocktrans %}
+ diff --git a/templates/client/includes/exposition/exposition_object.html b/templates/client/includes/exposition/exposition_object.html index d594df2f..c2f618d2 100644 --- a/templates/client/includes/exposition/exposition_object.html +++ b/templates/client/includes/exposition/exposition_object.html @@ -124,29 +124,35 @@ - {% include 'client/includes/exposition/exposition_services.html' with object=exposition %} - {% include 'client/includes/event_steps.html' with event=exposition %} - {% if exposition.get_photos %} + +{% trans 'Подписаться на новости' %} {% blocktrans with name=exposition.name|safe %}Получайте актуальную информацию о выставке {{ name }} на свой email{% endblocktrans %}
+ + {% include 'client/includes/exposition/exposition_services.html' with object=exposition %} + + {% include 'client/includes/event_steps.html' with event=exposition %} + + {% if exposition.get_photos %} {% with photos=exposition.get_photos|slice:"5" %} -