summaryrefslogtreecommitdiff
path: root/archaeological_finds/wizards.py
diff options
context:
space:
mode:
Diffstat (limited to 'archaeological_finds/wizards.py')
-rw-r--r--archaeological_finds/wizards.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/archaeological_finds/wizards.py b/archaeological_finds/wizards.py
index 42a1e603a..0e7828eca 100644
--- a/archaeological_finds/wizards.py
+++ b/archaeological_finds/wizards.py
@@ -403,8 +403,8 @@ class Treatment1NWizard(TreatmentBase):
class TreatmentDeletionWizard(DeletionWizard):
- wizard_confirm = 'ishtar/wizard/wizard_treatement_deletion.html'
model = models.Treatment
+ wizard_confirm = 'ishtar/wizard/wizard_treatement_deletion.html'
fields = ['label', 'other_reference', 'year', 'index',
'treatment_types', 'location', 'person', 'organization',
'external_id', 'comment', 'description',
@@ -504,5 +504,5 @@ class FindBasketEditWizard(FindBasketWizard):
class FindBasketDeletionWizard(DeletionWizard):
- wizard_confirm = 'ishtar/wizard/wizard_findbasket_deletion.html'
model = models.FindBasket
+ wizard_confirm = 'ishtar/wizard/wizard_findbasket_deletion.html'