summaryrefslogtreecommitdiff
path: root/archaeological_context_records/forms.py
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2016-08-15 19:16:43 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2016-08-15 19:17:20 +0200
commit399e82dfc7680541820a59951e3f8689198314bc (patch)
tree5ae38e8786e61c456eb432d467147a63f21bad2e /archaeological_context_records/forms.py
parentf95a754c2d6b3f68e9b493c664f63f2f9246fbd7 (diff)
downloadIshtar-399e82dfc7680541820a59951e3f8689198314bc.tar.bz2
Ishtar-399e82dfc7680541820a59951e3f8689198314bc.zip
Context records: add comments on dating (refs #3149)
Diffstat (limited to 'archaeological_context_records/forms.py')
-rw-r--r--archaeological_context_records/forms.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/archaeological_context_records/forms.py b/archaeological_context_records/forms.py
index 0683b695f..ff1ddc6fa 100644
--- a/archaeological_context_records/forms.py
+++ b/archaeological_context_records/forms.py
@@ -230,6 +230,9 @@ class RecordFormInterpretation(forms.Form):
form_label = _("Interpretation")
associated_models = {'activity': models.ActivityType,
'identification': models.IdentificationType}
+ datings_comment = forms.CharField(
+ label=_(u"Comments on dating"), required=False,
+ widget=forms.Textarea)
has_furniture = forms.NullBooleanField(label=_(u"Has furniture?"),
required=False)
filling = forms.CharField(label=_(u"Filling"),