summaryrefslogtreecommitdiff
path: root/archaeological_files_pdl/views.py
diff options
context:
space:
mode:
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
commitab66e177c787f4982790b20079e0d00d78829058 (patch)
tree9e64c8d168e0ed4e73e3725b9c06d072d62233ff /archaeological_files_pdl/views.py
parent51c50d6f27b70fde3b83b2cdb41ad41f0ac5e972 (diff)
downloadIshtar-ab66e177c787f4982790b20079e0d00d78829058.tar.bz2
Ishtar-ab66e177c787f4982790b20079e0d00d78829058.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.py6
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',)