- {% include 'client/includes/booking_block.html' with city=event.city place=event.place %}
+ {% include 'client/includes/booking_block.html' with city=event.city place=event.place event=event %}
{% if event.get_nearest_events|slice:":6" %}
- {% endif %}
-
-
-{% endblock %}
-{% block content_text %}
-{% endblock %}
\ No newline at end of file
diff --git a/templates/client/includes/exposition/expo_paid.html b/templates/client/includes/exposition/expo_paid.html
index 74796195..fc2e3547 100644
--- a/templates/client/includes/exposition/expo_paid.html
+++ b/templates/client/includes/exposition/expo_paid.html
@@ -318,7 +318,7 @@
{% endif %}
- {% include 'client/includes/booking_block.html' with city=exposition.city place=exposition.place %}
+ {% include 'client/includes/booking_block.html' with city=exposition.city place=exposition.place event=exposition %}
{% if exposition.get_nearest_events|slice:":6" %}
{% endif %}
- {% include 'client/includes/booking_block.html' with city=exposition.city place=exposition.place %}
+ {% include 'client/includes/booking_block.html' with city=exposition.city place=exposition.place event=exposition %}
{% if exposition.get_nearest_events|slice:":6" %}
\ No newline at end of file
diff --git a/templates/client/popups/announce_subscription.html b/templates/client/popups/announce_subscription.html
index fc63f17c..f8a8c2c8 100644
--- a/templates/client/popups/announce_subscription.html
+++ b/templates/client/popups/announce_subscription.html
@@ -6,7 +6,7 @@
-
{% trans 'Анонсы' %} {% trans 'конференций' %} {% trans 'на ваш email' %}
+
{% trans 'Анонсы' %} {% trans 'событий' %} {% trans 'на ваш email' %}
{% if themes %}
{% trans 'по тематике' %} {% for th in themes %}«{{ th|get_theme_name }}»{% if not forloop.last %}, {% endif %}{% endfor %}
- {% include 'client/includes/booking_block.html' with city=object.city place=object.place %}
+ {% include 'client/includes/booking_block.html' with city=object.city place=object.place event=object %}
- {% include 'client/includes/booking_block.html' with city=object.city place=object.place %}
+ {% include 'client/includes/booking_block.html' with city=object.city place=object.place event=object %}
- {% include 'client/includes/booking_block.html' with city=object.city place=object.place %}
+ {% include 'client/includes/booking_block.html' with city=object.city place=object.place event=object %}
- {% include 'client/includes/booking_block.html' with city=object.city place=object.place %}
+ {% include 'client/includes/booking_block.html' with city=object.city place=object.place event=object %}
- {% include 'client/includes/booking_block.html' with city=object.city place=object.place %}
+ {% include 'client/includes/booking_block.html' with city=object.city place=object.place event=object %}