From: Guillaume Pellerin Date: Tue, 22 Mar 2016 17:35:08 +0000 (+0100) Subject: update program title, cleanup X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=c9a7888e8ca29cf8d31b95de10bf9ab1b5111f59;p=mezzo.git update program title, cleanup --- diff --git a/app/templates/agenda/event_list.html b/app/templates/agenda/event_list.html index 1cfa6e8c..ca62015c 100644 --- a/app/templates/agenda/event_list.html +++ b/app/templates/agenda/event_list.html @@ -19,7 +19,7 @@ {% if page %} {% editable page.title %}{{ page.title }}{% endeditable %} {% else %} -{% trans "Events" %} +{% trans "Program" %} {% endif %} {% endblock %} diff --git a/app/templates/agenda/includes/filter_panel.html b/app/templates/agenda/includes/filter_panel.html index 427123ae..809bbadb 100644 --- a/app/templates/agenda/includes/filter_panel.html +++ b/app/templates/agenda/includes/filter_panel.html @@ -85,6 +85,7 @@ {% endif %} {% endblock %} +{% comment %} {% block event_authors %} {% event_authors as authors %} {% if authors %} @@ -121,3 +122,4 @@ {% trans "Atom" %} {% endif %} {% endblock %} +{% endcomment %}