From b8517e71ef80647740ddecd93fc5baeb9c775257 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 6 Mar 2023 19:22:41 +0100 Subject: Administrative act: add a warning when associated item is deleted (refs #4554) --- .../ishtar/wizard/wizard_delete_associated_to_admin_act.html | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 ishtar_common/templates/ishtar/wizard/wizard_delete_associated_to_admin_act.html (limited to 'ishtar_common/templates') 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" %} +

{% trans "If any, all administrative act listed above will be deleted." %}

+{% endblock %} -- cgit v1.2.3