summaryrefslogtreecommitdiff
path: root/archaeological_context_records/wizards.py
diff options
context:
space:
mode:
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
commit13a0eed56e71fccb91b72b9005a7ffd27ca39c1b (patch)
tree220ae194649ef983a13cc8f8b18677d186a39526 /archaeological_context_records/wizards.py
parent3a3b4a0acc0f4fdafca161366dcafe2ce962d486 (diff)
downloadIshtar-13a0eed56e71fccb91b72b9005a7ffd27ca39c1b.tar.bz2
Ishtar-13a0eed56e71fccb91b72b9005a7ffd27ca39c1b.zip
Source: display sheet after creation / modification (refs #3189)
Diffstat (limited to 'archaeological_context_records/wizards.py')
-rw-r--r--archaeological_context_records/wizards.py1
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):