diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-06-14 12:06:26 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-06-14 12:06:26 +0200 |
commit | d1b6654633a1cf38dbae42f32fe955b609e312e7 (patch) | |
tree | dc277998f59aa86aa34eb4b5035e7512a7996065 /archaeological_operations/views.py | |
parent | a840ec9bea2b986049432d23872e11873545de23 (diff) | |
download | Ishtar-d1b6654633a1cf38dbae42f32fe955b609e312e7.tar.bz2 Ishtar-d1b6654633a1cf38dbae42f32fe955b609e312e7.zip |
Fix reset for operation - cleaning
Diffstat (limited to 'archaeological_operations/views.py')
-rw-r--r-- | archaeological_operations/views.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/archaeological_operations/views.py b/archaeological_operations/views.py index 165dfd635..0721bb707 100644 --- a/archaeological_operations/views.py +++ b/archaeological_operations/views.py @@ -546,9 +546,6 @@ def reset_wizards(request): (OperationModificationWizard, 'operation_modification'), (OperationClosingWizard, 'operation_closing'), (OperationDeletionWizard, 'operation_deletion_wizard'), - (OperationSourceWizard, 'operation_source_creation'), - (OperationSourceWizard, 'operation_source_modification'), - (OperationSourceDeletionWizard, 'operation_source_deletion'), (OperationAdministrativeActWizard, 'operation_administrativeactop'), (OperationEditAdministrativeActWizard, |