From c20500cb6fe717f006284019868aef646baa43e7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Je=CC=81re=CC=81my=20Fabre?= Date: Mon, 17 Oct 2016 17:26:28 +0200 Subject: [PATCH] Move the room program download link to the sidebar --- app/templates/agenda/event_detail.html | 9 --------- app/templates/agenda/includes/event_metainfo.html | 9 +++++++++ 2 files changed, 9 insertions(+), 9 deletions(-) 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 %} -- 2.39.5