summaryrefslogtreecommitdiff
path: root/archaeological_files/forms.py
diff options
context:
space:
mode:
Diffstat (limited to 'archaeological_files/forms.py')
-rw-r--r--archaeological_files/forms.py4
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,