summaryrefslogtreecommitdiff
path: root/archaeological_finds/wizards.py
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2018-11-28 17:14:20 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2018-11-28 17:14:20 +0100
commit4c99f2d8afcfdb6104edc679ec9b7fce81ceec0c (patch)
tree2f9fd95b3448ae0623249584bd174d008f6b85f3 /archaeological_finds/wizards.py
parent1f5e9d5ae4895d3b96a6a2df55a7baa98c4fedc3 (diff)
downloadIshtar-4c99f2d8afcfdb6104edc679ec9b7fce81ceec0c.tar.bz2
Ishtar-4c99f2d8afcfdb6104edc679ec9b7fce81ceec0c.zip
Treatment deletion: more explicit messages.
Diffstat (limited to 'archaeological_finds/wizards.py')
-rw-r--r--archaeological_finds/wizards.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/archaeological_finds/wizards.py b/archaeological_finds/wizards.py
index 29ca50056..8ed7061e2 100644
--- a/archaeological_finds/wizards.py
+++ b/archaeological_finds/wizards.py
@@ -396,6 +396,7 @@ class Treatment1NWizard(TreatmentBase):
class TreatmentDeletionWizard(DeletionWizard):
+ wizard_confirm = 'ishtar/wizard/wizard_treatement_deletion.html'
model = models.Treatment
fields = ['label', 'other_reference', 'year', 'index',
'treatment_types', 'location', 'person', 'organization',