diff options
| 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 |
| commit | 4c99f2d8afcfdb6104edc679ec9b7fce81ceec0c (patch) | |
| tree | 2f9fd95b3448ae0623249584bd174d008f6b85f3 /archaeological_finds/wizards.py | |
| parent | 1f5e9d5ae4895d3b96a6a2df55a7baa98c4fedc3 (diff) | |
| download | Ishtar-4c99f2d8afcfdb6104edc679ec9b7fce81ceec0c.tar.bz2 Ishtar-4c99f2d8afcfdb6104edc679ec9b7fce81ceec0c.zip | |
Treatment deletion: more explicit messages.
Diffstat (limited to 'archaeological_finds/wizards.py')
| -rw-r--r-- | archaeological_finds/wizards.py | 1 |
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', |
