diff options
Diffstat (limited to 'archaeological_finds/forms.py')
-rw-r--r-- | archaeological_finds/forms.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/archaeological_finds/forms.py b/archaeological_finds/forms.py index 30a5a40fa..7660eaacb 100644 --- a/archaeological_finds/forms.py +++ b/archaeological_finds/forms.py @@ -73,6 +73,8 @@ class FindForm(forms.Form): mark = forms.CharField(label=_("Mark"), required=False) comment = forms.CharField(label=_("Comment"), required=False, widget=forms.Textarea) + dating_comment = forms.CharField( + label=_("Comment on dating"), required=False, widget=forms.Textarea) image = forms.ImageField( label=_(u"Image"), help_text=mark_safe( _(u"<p>Heavy images are resized to: %(width)dx%(height)d " |