From 399e82dfc7680541820a59951e3f8689198314bc Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 15 Aug 2016 19:16:43 +0200 Subject: Context records: add comments on dating (refs #3149) --- archaeological_context_records/forms.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'archaeological_context_records/forms.py') 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"), -- cgit v1.2.3