]> git.parisson.com Git - mezzo.git/commitdiff
update program title, cleanup
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Tue, 22 Mar 2016 17:35:08 +0000 (18:35 +0100)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Tue, 22 Mar 2016 17:35:08 +0000 (18:35 +0100)
app/templates/agenda/event_list.html
app/templates/agenda/includes/filter_panel.html

index 1cfa6e8c8305c3682a713f493909543a436164da..ca62015c36b9ab5acda18001957d1aa9fc93af8c 100644 (file)
@@ -19,7 +19,7 @@
 {% if page %}
 {% editable page.title %}{{ page.title }}{% endeditable %}
 {% else %}
-{% trans "Events" %}
+{% trans "Program" %}
 {% endif %}
 {% endblock %}
 
index 427123ae54769d992a238f94d4b00573999346a4..809bbadbd95f140ac494ea3e3c27bf1cf7a4689d 100644 (file)
@@ -85,6 +85,7 @@
 {% endif %}
 {% endblock %}
 
+{% comment %}
 {% block event_authors %}
 {% event_authors as authors %}
 {% if authors %}
     <a href="{% url "event_feed" "atom" %}" class="sidebar__entry">{% trans "Atom" %}</a>
 {% endif %}
 {% endblock %}
+{% endcomment %}