diff options
author | Étienne Loks <etienne.loks@peacefrogs.net> | 2014-02-25 15:29:11 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@peacefrogs.net> | 2014-02-25 15:32:20 +0100 |
commit | 3117dd072d1dc43b6173d7a79fe5850f7e562dd7 (patch) | |
tree | bdd3269380a6b7fe0cda14544b6ce7e34b625ff8 /archaeological_files/views.py | |
parent | e01ed92134b04f31f069bd7da1d438c19e35b93c (diff) | |
download | Ishtar-3117dd072d1dc43b6173d7a79fe5850f7e562dd7.tar.bz2 Ishtar-3117dd072d1dc43b6173d7a79fe5850f7e562dd7.zip |
Archaeological files forms: simplify a wizard step (refs #1673)
Diffstat (limited to 'archaeological_files/views.py')
-rw-r--r-- | archaeological_files/views.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/archaeological_files/views.py b/archaeological_files/views.py index 75443aab5..eeae4fa78 100644 --- a/archaeological_files/views.py +++ b/archaeological_files/views.py @@ -112,7 +112,6 @@ file_search_wizard = SearchWizard.as_view( url_name='file_search',) file_creation_wizard = FileWizard.as_view([ ('general-file_creation', FileFormGeneral), - ('address-file_creation', FileFormAddress), ('towns-file_creation', TownFormset), ('parcels-file_creation', ParcelFormSet), ('preventive-file_creation', FileFormPreventive), @@ -127,7 +126,6 @@ file_creation_wizard = FileWizard.as_view([ file_modification_wizard = FileModificationWizard.as_view([ ('selec-file_modification', FileFormSelection), ('general-file_modification', FileFormGeneralRO), - ('adress-file_modification', FileFormAddress), ('towns-file_modification', TownFormset), ('parcels-file_modification', ParcelFormSet), ('preventive-file_modification', FileFormPreventive), |