]> git.parisson.com Git - mezzo.git/commitdiff
Add the download button to events
authorJérémy Fabre <Jeremy@iMac-de-Jeremy.local>
Wed, 28 Sep 2016 15:00:15 +0000 (17:00 +0200)
committerJérémy Fabre <Jeremy@iMac-de-Jeremy.local>
Wed, 28 Sep 2016 15:00:15 +0000 (17:00 +0200)
app/templates/agenda/event_detail.html

index d14d57d54f5cbc176c2f69dd76ee23fd9567f3c6..3f0c7b86efc511f56b2db19e5fd142c90e9e8b40 100644 (file)
     {% endblock %}
 
     {% if event.brochure %}
-        <br/>
-        <a href='{{ event.brochure.url }}' target="_blank" class="push__calendar__item">
-            <i class="icon icon__file"></i>
-            {% trans "Download" %} {% trans "the room program" %}
-        </a>
+        <p>
+            <a href='{{ event.brochure.url }}' target="_blank" class="button">
+                <i class="icon icon__file"></i>
+                {% trans "Download" %} {% trans "the room program" %}
+            </a>
+        </p>
     {% endif %}
 
     {% comment %}