Show errors on delete view
This commit is contained in:
parent
f38b38f790
commit
9a10e3cd35
|
@ -1,10 +1,12 @@
|
|||
{% extends base_template %}
|
||||
|
||||
{% load i18n %}
|
||||
{% load form_tags %}
|
||||
|
||||
{% block ui_title %}{% trans "Delete confirmation" %}{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
{% form_errors form %}
|
||||
<p>{{ confirmation_text }}</p>
|
||||
|
||||
{% if show_deleted_objects %}
|
||||
|
|
Loading…
Reference in New Issue