diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-12-03 23:25:12 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-12-03 23:29:00 +0100 |
commit | c02bcd0e6c47c2cb3ce8b9b8927e408020e3a122 (patch) | |
tree | 758a052f8fd78bc2071bd4d6abb19a2c623876da /archaeological_finds/wizards.py | |
parent | 0203ccf42cb3e8c79ea90a68f35818e4426b4d65 (diff) | |
download | Ishtar-c02bcd0e6c47c2cb3ce8b9b8927e408020e3a122.tar.bz2 Ishtar-c02bcd0e6c47c2cb3ce8b9b8927e408020e3a122.zip |
Adapt fields/forms/wizard for treatments
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 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": []} |