From b1f4a23679de9a561ed8ec3be9b79e851873bc0f Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Sat, 9 Mar 2019 15:58:12 +0100 Subject: Fix document deletion - tests --- archaeological_finds/wizards.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'archaeological_finds/wizards.py') 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' -- cgit v1.2.3