diff options
author | Étienne Loks <etienne.loks@proxience.com> | 2015-10-24 03:50:36 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@proxience.com> | 2015-10-24 03:51:14 +0200 |
commit | 42116f233489b878a512295adb86b5556e7257f2 (patch) | |
tree | 9e64c8d168e0ed4e73e3725b9c06d072d62233ff /archaeological_files_pdl/views.py | |
parent | 5b5c1bd7dd865fb530b156212474846db59b2191 (diff) | |
download | Ishtar-42116f233489b878a512295adb86b5556e7257f2.tar.bz2 Ishtar-42116f233489b878a512295adb86b5556e7257f2.zip |
Imports: manage soft import (update) with unicity keys - script to initialize SRA file import
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',) |