From c1b0fc6772ac8b8d8c9923b93c595a1d5f9558fc Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 6 Mar 2023 18:51:32 +0100 Subject: Explicit message on associated container deletion when a warehouse is deleted (refs #4552) --- ishtar_common/templates/ishtar/wizard/delete_wizard.html | 1 + 1 file changed, 1 insertion(+) (limited to 'ishtar_common') diff --git a/ishtar_common/templates/ishtar/wizard/delete_wizard.html b/ishtar_common/templates/ishtar/wizard/delete_wizard.html index 625b7a823..abf3ec603 100644 --- a/ishtar_common/templates/ishtar/wizard/delete_wizard.html +++ b/ishtar_common/templates/ishtar/wizard/delete_wizard.html @@ -13,6 +13,7 @@ {% trans "Are you sure to want to delete this item?" %}{% endif %}

{% trans "No rollback is possible. Be careful to scroll to the end of page to check every piece of information." %}

+ {% block "extra_warning" %}{% endblock %} {% endblock %} -- cgit v1.2.3