diff options
author | Étienne Loks <etienne.loks@proxience.com> | 2015-10-25 12:32:34 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@proxience.com> | 2015-10-25 12:32:34 +0100 |
commit | affd03397c74e1e7c6e095dca9bff49232f1d8a8 (patch) | |
tree | eaf86c7679c1b557c025ad83d85441dc6c5e86dc /archaeological_finds/forms.py | |
parent | b2e2d3902d942d6832181de1af4756abe3ebea68 (diff) | |
download | Ishtar-affd03397c74e1e7c6e095dca9bff49232f1d8a8.tar.bz2 Ishtar-affd03397c74e1e7c6e095dca9bff49232f1d8a8.zip |
Finds: generic comment on dating
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 " |