From 42116f233489b878a512295adb86b5556e7257f2 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Sat, 24 Oct 2015 03:50:36 +0200 Subject: Imports: manage soft import (update) with unicity keys - script to initialize SRA file import --- archaeological_files_pdl/views.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'archaeological_files_pdl/views.py') 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',) -- cgit v1.2.3