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