From ca8374a853f975f1fadc196fcaae8bf3fb1e11a2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Je=CC=81re=CC=81my=20Fabre?= Date: Fri, 21 Oct 2016 15:56:33 +0200 Subject: [PATCH] Update event archives links --- app/templates/agenda/event_list.html | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) 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 %} -- 2.39.5