From c9a7888e8ca29cf8d31b95de10bf9ab1b5111f59 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Tue, 22 Mar 2016 18:35:08 +0100 Subject: [PATCH] update program title, cleanup --- app/templates/agenda/event_list.html | 2 +- app/templates/agenda/includes/filter_panel.html | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) 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 %} -- 2.39.5