diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-09-08 10:58:59 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-09-08 10:58:59 +0200 |
commit | e898382eda19d6abe3c056dbbc224a9cbcdbaee7 (patch) | |
tree | 220ae194649ef983a13cc8f8b18677d186a39526 /archaeological_finds/wizards.py | |
parent | 7b6cd70e2b9b8041225b6317fcb0456422cb71a7 (diff) | |
download | Ishtar-e898382eda19d6abe3c056dbbc224a9cbcdbaee7.tar.bz2 Ishtar-e898382eda19d6abe3c056dbbc224a9cbcdbaee7.zip |
Source: display sheet after creation / modification (refs #3189)
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 7ae6d0d0c..f897969c4 100644 --- a/archaeological_finds/wizards.py +++ b/archaeological_finds/wizards.py @@ -95,6 +95,7 @@ class TreatmentWizard(Wizard): class FindSourceWizard(SourceWizard): + wizard_done_window = reverse_lazy('show-findsource') model = models.FindSource |