summaryrefslogtreecommitdiff
path: root/archaeological_warehouse/wizards.py
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2020-10-02 11:57:31 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2021-02-28 12:15:20 +0100
commit3c3018d4eef1cfab657c2d6b8f8789f8b7bfcc71 (patch)
tree131da1d6da468eda01c99f03d77be2267ea7cb22 /archaeological_warehouse/wizards.py
parent4187b08e3597ded64bd9d0a289d4b7b77fd6c397 (diff)
downloadIshtar-3c3018d4eef1cfab657c2d6b8f8789f8b7bfcc71.tar.bz2
Ishtar-3c3018d4eef1cfab657c2d6b8f8789f8b7bfcc71.zip
Container: warning message about associated finds, containers on deletion
Diffstat (limited to 'archaeological_warehouse/wizards.py')
-rw-r--r--archaeological_warehouse/wizards.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/archaeological_warehouse/wizards.py b/archaeological_warehouse/wizards.py
index 9bce9381b..614e6e6be 100644
--- a/archaeological_warehouse/wizards.py
+++ b/archaeological_warehouse/wizards.py
@@ -179,3 +179,6 @@ class ContainerDeletionWizard(MultipleDeletionWizard):
fields = ['container_type', 'reference', 'comment', 'location', 'index',
'cached_label']
redirect_url = "container_deletion"
+ wizard_templates = {
+ 'final-container_deletion':
+ 'ishtar/wizard/wizard_container_deletion.html'}