summaryrefslogtreecommitdiff
path: root/archaeological_operations/forms.py
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@proxience.com>2014-03-27 22:11:42 +0100
committerÉtienne Loks <etienne.loks@proxience.com>2014-03-27 22:11:42 +0100
commit1bc4ef9b0562f5891dcbf4d1ba1431acab39d769 (patch)
tree1684692b1faa46cfeb7d72b19ae52243314ba407 /archaeological_operations/forms.py
parentfdf58af099829f61729770d674a7064118e55354 (diff)
downloadIshtar-1bc4ef9b0562f5891dcbf4d1ba1431acab39d769.tar.bz2
Ishtar-1bc4ef9b0562f5891dcbf4d1ba1431acab39d769.zip
Fix CIRA reporter fields saving (refs #1622)
Diffstat (limited to 'archaeological_operations/forms.py')
-rw-r--r--archaeological_operations/forms.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/archaeological_operations/forms.py b/archaeological_operations/forms.py
index 53187f7e5..892ca36d6 100644
--- a/archaeological_operations/forms.py
+++ b/archaeological_operations/forms.py
@@ -280,6 +280,7 @@ class OperationFormGeneral(forms.Form):
base_model = 'archaeological_site'
associated_models = {'scientist':Person,
'in_charge':Person,
+ 'cira_rapporteur':Person,
'associated_file':File,
'operation_type':models.OperationType,
'archaeological_site':models.ArchaeologicalSite}