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 | 32129b2676c3e181bf55e9e32b0ad82f6a2b0d6a (patch) | |
tree | dc277998f59aa86aa34eb4b5035e7512a7996065 /archaeological_operations/views.py | |
parent | 865392d85905f58275b3dbc2670ce5d9e611eb2d (diff) | |
download | Ishtar-32129b2676c3e181bf55e9e32b0ad82f6a2b0d6a.tar.bz2 Ishtar-32129b2676c3e181bf55e9e32b0ad82f6a2b0d6a.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, |