diff options
author | Étienne Loks <etienne.loks@proxience.com> | 2015-07-21 17:47:46 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@proxience.com> | 2015-07-21 17:47:46 +0200 |
commit | c55c4fad9972df04273e9a98f9dd4918998e4e70 (patch) | |
tree | 28e882ed130ed7d681f958879522cbe5ae24d814 /archaeological_files/forms.py | |
parent | c1e6542f8a339dcb60434154f4322f2dca329918 (diff) | |
download | Ishtar-c55c4fad9972df04273e9a98f9dd4918998e4e70.tar.bz2 Ishtar-c55c4fad9972df04273e9a98f9dd4918998e4e70.zip |
Manage lan planner organizations (refs #2671)
Diffstat (limited to 'archaeological_files/forms.py')
-rw-r--r-- | archaeological_files/forms.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/archaeological_files/forms.py b/archaeological_files/forms.py index b03877a3d..5e7229eab 100644 --- a/archaeological_files/forms.py +++ b/archaeological_files/forms.py @@ -246,6 +246,10 @@ class FileFormGeneralRO(FileFormGeneral): RESPONSIBLE_PLANNING_SERVICE, created = PersonType.objects.get_or_create( txt_idx='responsible_planning_service') + +RESPONSIBLE_PLANNING_SERVICE_ORGA, created = \ + OrganizationType.objects.get_or_create( + txt_idx='planning_service') class FileFormPreventive(forms.Form): form_label = _(u"Preventive informations") associated_models = {'general_contractor':Person, |