From: Guillaume Pellerin Date: Thu, 10 Nov 2016 09:15:21 +0000 (+0100) Subject: Fix event list display X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=896a49e80eff7377f9afe294720600fc12efc0dc;p=mezzo.git Fix event list display --- diff --git a/app/templates/agenda/event_list.html b/app/templates/agenda/event_list.html index f2f4f18b..81ff7d58 100644 --- a/app/templates/agenda/event_list.html +++ b/app/templates/agenda/event_list.html @@ -27,107 +27,95 @@ {% block breadcrumb_menu %} {{ block.super }} - + {% endblock %} {% block main %}
-
-
-
-

- {{ page.title }} + {% if tag and tag|tag_is_excluded %} + {% trans "Tournées" %} + {% elif is_archive %} + {% trans 'Archives' %} + {% else %} + {{ page.title }} + {% endif %}

-
-
-
-
- {% if tag and not tag|tag_is_excluded or not tag and not is_archive %} {% endif %} -
-
- {% for event in events.object_list %} {% include 'agenda/includes/event_linecard.html' %} {% endfor %} - {% if tag and not tag|tag_is_excluded or not tag and not is_archive %} {% endif %} -
-
-
-
-
{% endblock %}