From: Jérémy Fabre Date: Mon, 17 Oct 2016 15:26:28 +0000 (+0200) Subject: Move the room program download link to the sidebar X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=c20500cb6fe717f006284019868aef646baa43e7;p=mezzo.git Move the room program download link to the sidebar --- diff --git a/app/templates/agenda/event_detail.html b/app/templates/agenda/event_detail.html index 5a560eaf..36ddf03f 100644 --- a/app/templates/agenda/event_detail.html +++ b/app/templates/agenda/event_detail.html @@ -65,15 +65,6 @@ {% endif %} {% endblock %} - {% if event.brochure %} -

- - - {% trans "Download" %} {% trans "the room program" %} - -

- {% endif %} - {% endblock %} {% block page_link %} diff --git a/app/templates/agenda/includes/event_metainfo.html b/app/templates/agenda/includes/event_metainfo.html index 328abcd5..5a0fd77e 100644 --- a/app/templates/agenda/includes/event_metainfo.html +++ b/app/templates/agenda/includes/event_metainfo.html @@ -31,6 +31,15 @@ {% endif %} {% endwith %} +{% if event.brochure %} +
{% trans "Room program" %}
+

+ + {% trans "Download" %} + +

+{% endif %} + {% if unit_booking %} {% if event.prices.all.0|floatformat != '0' and event.prices.all|length > 0 %} {% for price in event.prices.all %}