exposition news subscribe button

remotes/origin/stage6
ya_dim4ik 9 years ago
parent 731239a28f
commit 3dce47e3db
  1. 2
      templates/client/includes/exposition/expo_paid.html
  2. 6
      templates/client/includes/exposition/exposition_object.html

@ -120,6 +120,8 @@
</div> </div>
</div> </div>
<p><a href="#pw-event-news-subscribe" class="button pw-open"><i class="fa fa-at"></i>&nbsp;{% trans 'Подписаться на новости' %}</a>&nbsp;&nbsp;&nbsp;<i>{% blocktrans with name=exposition.name|safe %}Получайте актуальную информацию о выставке {{ name }} на свой email{% endblocktrans %}</i></p>
<div class="i-sub-articles"> <div class="i-sub-articles">
<a target="_blank" href="{{ exposition.paid_new.official.get_click_link }}" class="paid-partner-link">{% trans 'Официальный сайт выставки' %}</a> <a target="_blank" href="{{ exposition.paid_new.official.get_click_link }}" class="paid-partner-link">{% trans 'Официальный сайт выставки' %}</a>
</div> </div>

@ -124,8 +124,13 @@
</div> </div>
</div> </div>
</div> </div>
<p><a href="#pw-event-news-subscribe" class="button pw-open"><i class="fa fa-at"></i>&nbsp;{% trans 'Подписаться на новости' %}</a>&nbsp;&nbsp;&nbsp;<i>{% blocktrans with name=exposition.name|safe %}Получайте актуальную информацию о выставке {{ name }} на свой email{% endblocktrans %}</i></p>
{% include 'client/includes/exposition/exposition_services.html' with object=exposition %} {% include 'client/includes/exposition/exposition_services.html' with object=exposition %}
{% include 'client/includes/event_steps.html' with event=exposition %} {% include 'client/includes/event_steps.html' with event=exposition %}
{% if exposition.get_photos %} {% if exposition.get_photos %}
{% with photos=exposition.get_photos|slice:"5" %} {% with photos=exposition.get_photos|slice:"5" %}
<hr /> <hr />
@ -147,6 +152,7 @@
</div> </div>
{% endwith %} {% endwith %}
{% endif %} {% endif %}
<div class="i-event-description"> <div class="i-event-description">
<h2 class="ied-title">{% trans 'О выставке' %} {{ exposition.name|safe }}</h2> <h2 class="ied-title">{% trans 'О выставке' %} {{ exposition.name|safe }}</h2>
{% if exposition.description %} {% if exposition.description %}

Loading…
Cancel
Save