]> git.parisson.com Git - mezzo.git/commitdiff
Add no price comments to event details
authorJérémy Fabre <Jeremy@iMac-de-Jeremy.local>
Wed, 19 Oct 2016 09:00:56 +0000 (11:00 +0200)
committerJérémy Fabre <Jeremy@iMac-de-Jeremy.local>
Wed, 19 Oct 2016 09:00:56 +0000 (11:00 +0200)
app/templates/agenda/includes/event_metainfo.html

index 5a0fd77e40100ac0c6ced3287d9fced9c32c1624..5bab7f44c05da5759adce03dc0745bf2b852f3c7 100644 (file)
@@ -65,9 +65,9 @@
             <p>
                 {{ price.unit }}
             </p>
-        {% else %}
+        {% elif event.no_price_comments %}
             <p>
-                {% trans "Free entry. Limited seats available" %}
+                {{ event.no_price_comments }}
             </p>
         {% endif %}
     {% endif %}