summaryrefslogtreecommitdiff
path: root/ishtar_common/templates
diff options
context:
space:
mode:
Diffstat (limited to 'ishtar_common/templates')
-rw-r--r--ishtar_common/templates/ishtar/wizard/wizard_delete_associated_to_admin_act.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/ishtar_common/templates/ishtar/wizard/wizard_delete_associated_to_admin_act.html b/ishtar_common/templates/ishtar/wizard/wizard_delete_associated_to_admin_act.html
new file mode 100644
index 000000000..c1284b94d
--- /dev/null
+++ b/ishtar_common/templates/ishtar/wizard/wizard_delete_associated_to_admin_act.html
@@ -0,0 +1,5 @@
+{% extends "ishtar/wizard/delete_wizard.html" %}
+{% load i18n %}
+{% block "extra_warning" %}
+<p><strong>{% trans "If any, all administrative act listed above will be deleted." %}</strong></p>
+{% endblock %}