summaryrefslogtreecommitdiff
path: root/archaeological_finds/wizards.py
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2019-03-09 15:58:12 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2019-06-17 13:21:27 +0200
commitb1f4a23679de9a561ed8ec3be9b79e851873bc0f (patch)
tree0a765dbfd1877003c31199df7a8d3c634c879427 /archaeological_finds/wizards.py
parent3af2e203536c5f17f4a3f627c3b6990348118aa0 (diff)
downloadIshtar-b1f4a23679de9a561ed8ec3be9b79e851873bc0f.tar.bz2
Ishtar-b1f4a23679de9a561ed8ec3be9b79e851873bc0f.zip
Fix document deletion - tests
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'