diff options
Diffstat (limited to 'archaeological_files_pdl/views.py')
| -rw-r--r-- | archaeological_files_pdl/views.py | 6 | 
1 files changed, 2 insertions, 4 deletions
diff --git a/archaeological_files_pdl/views.py b/archaeological_files_pdl/views.py index 8305bdab7..b3acc12b1 100644 --- a/archaeological_files_pdl/views.py +++ b/archaeological_files_pdl/views.py @@ -55,8 +55,7 @@ file_creation_wizard = FileWizard.as_view([          'planningservice-file_creation': file_creation_wizard_is_preventive,          'researchaddress-file_creation':          file_creation_wizard_is_not_preventive, -        'research-file_creation': file_creation_wizard_is_not_preventive -    }, +        'research-file_creation': file_creation_wizard_is_not_preventive},      url_name='file_creation',)  file_modification_wizard_is_preventive = is_preventive( @@ -86,8 +85,7 @@ file_modification_wizard = FileModificationWizard.as_view([      file_modification_wizard_is_preventive,      'researchaddress-file_modification':      file_modification_wizard_is_not_preventive, -    'research-file_modification': file_modification_wizard_is_not_preventive -    }, +    'research-file_modification': file_modification_wizard_is_not_preventive},      url_name='file_modification',)  | 
