]> git.parisson.com Git - mezzo.git/commitdiff
Fix event tag list
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Thu, 25 Aug 2016 15:23:05 +0000 (17:23 +0200)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Thu, 25 Aug 2016 15:23:05 +0000 (17:23 +0200)
app/templates/agenda/event_list.html

index 233cafcb490b9392a22b18d475b220e11285225c..a53b1762b7372fa237d0f55c677652135f9ec0e1 100644 (file)
@@ -96,7 +96,7 @@
         {% if forloop.first %} | {% endif %}
         <li>
             <a href="{% url "event_list_tag" t.slug %}" {% if tag == t %}class="is-active"{% endif %}
-                class="tag-weight-{{ tag.weight }}">{{ t }}s ({{ t.item_count }})</a>
+                class="tag-weight-{{ tag.weight }}">{{ t }} ({{ t.item_count }})</a>
         </li>
         {% if not forloop.last %} | {% endif %}
         {% endfor %}