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_context_records/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_context_records/wizards.py')
-rw-r--r-- | archaeological_context_records/wizards.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/archaeological_context_records/wizards.py b/archaeological_context_records/wizards.py index 2780acfbc..0d877929f 100644 --- a/archaeological_context_records/wizards.py +++ b/archaeological_context_records/wizards.py @@ -146,6 +146,7 @@ class RecordDeletionWizard(DeletionWizard): class RecordSourceWizard(SourceWizard): model = models.ContextRecordSource + wizard_done_window = reverse_lazy('show-contextrecordsource') class RecordSourceDeletionWizard(DeletionWizard): |