summaryrefslogtreecommitdiff
path: root/archaeological_operations/forms.py
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2016-09-15 17:43:28 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2016-09-15 17:43:28 +0200
commit5c0212f20e5fc8ac0edc5cc2e70fbc92030e1866 (patch)
treeb7ee5027fa0440e4a3b5fac390009e001747c85c /archaeological_operations/forms.py
parentd42116c039828ee9a6c8bd3f762ddd3580ec4c4d (diff)
parent64000a8c56da1872901f89faeb00df60f4994dd1 (diff)
downloadIshtar-5c0212f20e5fc8ac0edc5cc2e70fbc92030e1866.tar.bz2
Ishtar-5c0212f20e5fc8ac0edc5cc2e70fbc92030e1866.zip
Merge branch 'v0.9' into wheezy
Diffstat (limited to 'archaeological_operations/forms.py')
-rw-r--r--archaeological_operations/forms.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/archaeological_operations/forms.py b/archaeological_operations/forms.py
index 15db8be31..fc1003576 100644
--- a/archaeological_operations/forms.py
+++ b/archaeological_operations/forms.py
@@ -511,6 +511,8 @@ class OperationSelect(TableSelect):
widget=forms.CheckboxSelectMultiple)
comment = forms.CharField(label=_(u"Comment"), max_length=500)
abstract = forms.CharField(label=_(u"Abstract (full text search)"))
+ scientific_documentation_comment = forms.CharField(
+ label=_(u"Comment about scientific documentation"))
record_quality = forms.ChoiceField(label=_(u"Record quality"))
report_processing = forms.ChoiceField(label=_(u"Report processing"),
choices=[])
@@ -829,6 +831,9 @@ class OperationFormGeneral(ManageOldType, forms.Form):
comment = forms.CharField(label=_(u"Comment"), widget=forms.Textarea,
required=False)
+ scientific_documentation_comment = forms.CharField(
+ label=_(u"Comment about scientific documentation"),
+ widget=forms.Textarea, required=False)
record_quality = forms.ChoiceField(label=_(u"Record quality"),
required=False)
virtual_operation = forms.BooleanField(required=False,