manager: don't repeat "agenda" in title

This commit is contained in:
Frédéric Péters 2016-09-04 17:41:34 +02:00
parent 9c72bd958d
commit 58bcbac552
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
{% load i18n %}
{% block appbar %}
<h2>{% trans 'Agenda' %} - {{ object.label }}</h2>
<h2>{{ object.label }}</h2>
<a rel="popup" href="{% url 'chrono-manager-agenda-delete' pk=object.id %}">{% trans 'Delete' %}</a>
<a rel="popup" href="{% url 'chrono-manager-agenda-edit' pk=object.id %}">{% trans 'Rename' %}</a>
<a rel="popup" href="{% url 'chrono-manager-agenda-add-event' pk=object.id %}">{% trans 'New Event' %}</a>