From: Jérémy Fabre Date: Mon, 7 Nov 2016 10:43:58 +0000 (+0100) Subject: Update event list template with tree menu and summary X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=da2f8994a65b785e7dc9b18d271cb63f05df1ac6;p=mezzo.git Update event list template with tree menu and summary --- diff --git a/app/templates/agenda/event_list.html b/app/templates/agenda/event_list.html index f4113b04..f2f4f18b 100644 --- a/app/templates/agenda/event_list.html +++ b/app/templates/agenda/event_list.html @@ -1,9 +1,9 @@ {% extends "pages/page.html" %} -{% load i18n future mezzanine_tags event_tags keyword_tags disqus_tags organization_tags staticfiles %} +{% load i18n future mezzanine_tags event_tags keyword_tags disqus_tags organization_tags staticfiles pages_tags %} {% block meta_title %} {% if page %} - {{ page.richtextpage.meta_title }} + {{ page.title }} {% else %} {% trans "Rendez-vous in Paris" %} {% endif %} @@ -27,35 +27,7 @@ {% block breadcrumb_menu %} {{ block.super }} - {% if tag and tag|tag_is_excluded %} - - {% elif tag or location or month or week or author %} - - - {% else %} - - {% endif %} + {% endblock %} {% block main %} @@ -68,19 +40,7 @@

- {% if page %} - {{ page.richtextpage.meta_title }} - {% else %} - {% if tag and tag|tag_is_excluded %} - {% trans "Tournées" %} - {% else %} - {% if is_archive %} - {% trans "Archives" %} - {% else %} - {% trans "Rendez-vous in Paris" %} - {% endif %} - {% endif %} - {% endif %} + {{ page.title }}

@@ -109,6 +69,9 @@