From c55f16b8367f2835e1ed3abf141823feef9a110e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Je=CC=81re=CC=81my=20Fabre?= Date: Wed, 28 Sep 2016 17:00:15 +0200 Subject: [PATCH] Add the download button to events --- app/templates/agenda/event_detail.html | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/app/templates/agenda/event_detail.html b/app/templates/agenda/event_detail.html index d14d57d5..3f0c7b86 100644 --- a/app/templates/agenda/event_detail.html +++ b/app/templates/agenda/event_detail.html @@ -50,11 +50,12 @@ {% endblock %} {% if event.brochure %} -
- - - {% trans "Download" %} {% trans "the room program" %} - +

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

{% endif %} {% comment %} -- 2.39.5