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 | 4162b84d564cbf4749224d6107cddaea26033d73 (patch) | |
tree | 28e882ed130ed7d681f958879522cbe5ae24d814 /archaeological_files/forms.py | |
parent | 2777328c08b6c4e730f54de97d4f0e6e71b1916f (diff) | |
download | Ishtar-4162b84d564cbf4749224d6107cddaea26033d73.tar.bz2 Ishtar-4162b84d564cbf4749224d6107cddaea26033d73.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, |