From: Guillaume Pellerin Date: Thu, 25 Aug 2016 15:23:05 +0000 (+0200) Subject: Fix event tag list X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=199f1421492faa111b00f4207919997cf26909d8;p=mezzo.git Fix event tag list --- diff --git a/app/templates/agenda/event_list.html b/app/templates/agenda/event_list.html index 233cafcb..a53b1762 100644 --- a/app/templates/agenda/event_list.html +++ b/app/templates/agenda/event_list.html @@ -96,7 +96,7 @@ {% if forloop.first %} | {% endif %}
  • {{ t }}s ({{ t.item_count }}) + class="tag-weight-{{ tag.weight }}">{{ t }} ({{ t.item_count }})
  • {% if not forloop.last %} | {% endif %} {% endfor %}