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_operations/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_operations/wizards.py')
| -rw-r--r-- | archaeological_operations/wizards.py | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/archaeological_operations/wizards.py b/archaeological_operations/wizards.py index ee8acd9c1..572a25ca0 100644 --- a/archaeological_operations/wizards.py +++ b/archaeological_operations/wizards.py @@ -287,6 +287,7 @@ class OperationDeletionWizard(DeletionWizard):  class OperationSourceWizard(SourceWizard):      model = models.OperationSource +    wizard_done_window = reverse_lazy('show-operationsource')      def get_form_initial(self, step, data=None):          initial = super(OperationSourceWizard, self).get_form_initial(step) | 
