summaryrefslogtreecommitdiff
path: root/archaeological_operations
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
commitfa3c904c40f17a156eae32fbf562be2192ca2c47 (patch)
tree1684692b1faa46cfeb7d72b19ae52243314ba407 /archaeological_operations
parent34340edea3ed34829a84087aaa7133d12aa9dd81 (diff)
downloadIshtar-fa3c904c40f17a156eae32fbf562be2192ca2c47.tar.bz2
Ishtar-fa3c904c40f17a156eae32fbf562be2192ca2c47.zip
Fix CIRA reporter fields saving (refs #1622)
Diffstat (limited to 'archaeological_operations')
-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}