From c02bcd0e6c47c2cb3ce8b9b8927e408020e3a122 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Sat, 3 Dec 2016 23:25:12 +0100 Subject: Adapt fields/forms/wizard for treatments --- archaeological_finds/wizards.py | 1 + 1 file changed, 1 insertion(+) (limited to 'archaeological_finds/wizards.py') diff --git a/archaeological_finds/wizards.py b/archaeological_finds/wizards.py index e97c4518e..9c91ac516 100644 --- a/archaeological_finds/wizards.py +++ b/archaeological_finds/wizards.py @@ -84,6 +84,7 @@ class FindDeletionWizard(DeletionWizard): class TreatmentWizard(Wizard): model = models.Treatment + wizard_done_window = reverse_lazy('show-treatment') basket_step = 'basetreatment-treatment_creation' saved_args = {"items": []} -- cgit v1.2.3