diff --git a/gas/templates/gas/delete_confirmation.html b/gas/templates/gas/delete_confirmation.html index 90f95dd..a9a7181 100644 --- a/gas/templates/gas/delete_confirmation.html +++ b/gas/templates/gas/delete_confirmation.html @@ -1,10 +1,12 @@ {% extends base_template %} {% load i18n %} +{% load form_tags %} {% block ui_title %}{% trans "Delete confirmation" %}{% endblock %} {% block content %} + {% form_errors form %}

{{ confirmation_text }}

{% if show_deleted_objects %}