]> git.parisson.com Git - mezzo.git/commitdiff
Bigger booking button on events list
authorJérémy Fabre <Jeremy@iMac-de-Jeremy.local>
Tue, 18 Oct 2016 14:06:52 +0000 (16:06 +0200)
committerJérémy Fabre <Jeremy@iMac-de-Jeremy.local>
Tue, 18 Oct 2016 14:06:52 +0000 (16:06 +0200)
app/templates/agenda/includes/event_metainfo_line.html

index 86349396204855df75d6958c5a15bbf98ba23ae2..547ebc549ccda2681427758e5060934aa85918cf 100644 (file)
@@ -18,7 +18,7 @@
 
     {% if event.prices.all.0|floatformat != '0' and event.prices.all|length > 0 %}
         <p>
-            <a class="button button--small mt1" href="{% url 'event_booking' event.slug %}" class="event__meta__btn">
+            <a class="button mt1" href="{% url 'event_booking' event.slug %}" class="event__meta__btn">
                 {% trans "Reserve" %}
             </a>
         </p>