From: Jérémy Fabre Date: Mon, 10 Oct 2016 14:52:06 +0000 (+0200) Subject: Remove event count from filters X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=5d2f06523d398523f53221b6c087fb92f05c8fca;p=mezzo.git Remove event count from filters --- diff --git a/app/templates/agenda/event_list.html b/app/templates/agenda/event_list.html index 907fb3b3..058b82fe 100644 --- a/app/templates/agenda/event_list.html +++ b/app/templates/agenda/event_list.html @@ -74,10 +74,10 @@ {% keywords_for mezzanine_agenda.event as tags %} {% all_events as all_events %} {% if tags %} - {% trans "All events" %} ({{ all_events.count }}) + {% trans "All events" %} {% for t in tags %} - {{ t }} ({{ t.item_count }}) + {{ t }} {% endfor %} {% endif %}