summaryrefslogtreecommitdiff
path: root/ishtar_common
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2023-03-06 18:51:32 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2023-03-06 18:53:38 +0100
commitc1b0fc6772ac8b8d8c9923b93c595a1d5f9558fc (patch)
tree7bb1ac3fa57668c33b7a12b38cf5a72128ee06de /ishtar_common
parentc9554219672696378cd11591fed769d5a08ffc77 (diff)
downloadIshtar-c1b0fc6772ac8b8d8c9923b93c595a1d5f9558fc.tar.bz2
Ishtar-c1b0fc6772ac8b8d8c9923b93c595a1d5f9558fc.zip
Explicit message on associated container deletion when a warehouse is deleted (refs #4552)
Diffstat (limited to 'ishtar_common')
-rw-r--r--ishtar_common/templates/ishtar/wizard/delete_wizard.html1
1 files changed, 1 insertions, 0 deletions
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 %}
</div>
<p>{% trans "No rollback is possible. Be careful to scroll to the end of page to check every piece of information." %}</p>
+ {% block "extra_warning" %}{% endblock %}
</div>
{% endblock %}