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 | 7e060ac1a352ec2c290732988d8e3bacbb204c86 (patch) | |
tree | 758a052f8fd78bc2071bd4d6abb19a2c623876da /archaeological_finds/wizards.py | |
parent | e67702f06e1f9866c44df3a7e45f2739d43513f4 (diff) | |
download | Ishtar-7e060ac1a352ec2c290732988d8e3bacbb204c86.tar.bz2 Ishtar-7e060ac1a352ec2c290732988d8e3bacbb204c86.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": []} |