From 199f1421492faa111b00f4207919997cf26909d8 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Thu, 25 Aug 2016 17:23:05 +0200 Subject: [PATCH] Fix event tag list --- app/templates/agenda/event_list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %} -- 2.39.5