trivial: remove duplicated </h2>

This commit is contained in:
Frédéric Péters 2018-02-11 10:38:52 +01:00
parent feb41a7c23
commit b30c781bcb
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
{% block appbar %}
<h2>{% trans "Settings" %}
<span class="identifier">[{% trans "identifier:" %} {{object.slug}}]</span></h2>
<span class="identifier">[{% trans "identifier:" %} {{object.slug}}]</span>
</h2>
{% if user.is_staff %}
<a rel="popup" href="{% url 'chrono-manager-agenda-delete' pk=object.id %}">{% trans 'Delete' %}</a>