From: Jérémy Fabre Date: Fri, 21 Oct 2016 13:56:33 +0000 (+0200) Subject: Update event archives links X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=ca8374a853f975f1fadc196fcaae8bf3fb1e11a2;p=mezzo.git Update event archives links --- diff --git a/app/templates/agenda/event_list.html b/app/templates/agenda/event_list.html index ed4a0269..2b326470 100644 --- a/app/templates/agenda/event_list.html +++ b/app/templates/agenda/event_list.html @@ -111,6 +111,8 @@ {% if tag and tag|tag_is_excluded %} {% trans "Tournées" %} + {% elif is_archive %} + {% trans 'Archives' %} {% else %} {% trans "Rendez-vous" %} {% endif %} @@ -123,6 +125,14 @@ + {% if is_archive %} + + {% endif %} + {% if tag and tag|tag_is_excluded %} {% endif %} - + {% if not is_archive %} + + {% endif %} {% if tag and not tag|tag_is_excluded or not tag and not is_archive %} @@ -185,8 +199,6 @@ - {% if not is_archive %} -
{% trans 'archive' %}
- {% endif %} + {% endblock %}