diff --git a/templates/admin/organize/eventapplication/change_form.html b/templates/admin/organize/eventapplication/change_form.html index 25fc0bf65..97bb319d2 100644 --- a/templates/admin/organize/eventapplication/change_form.html +++ b/templates/admin/organize/eventapplication/change_form.html @@ -7,6 +7,7 @@ {% endblock %} {% block object-tools %} + {% if original %}

{% trans "Triaging" %}

@@ -30,5 +31,6 @@

{% trans "Triaging" %}

{% endif %}
+ {% endif %} {{ block.super }} {% endblock %} diff --git a/templates/event/menu.html b/templates/event/menu.html index 2f72e4940..1b8f6a83d 100644 --- a/templates/event/menu.html +++ b/templates/event/menu.html @@ -1,22 +1,16 @@ {% load core_tags i18n static %} -