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 | 4afd054a597304e33bed8e3a10a8a4549a8cf6c0 (patch) | |
tree | eaf86c7679c1b557c025ad83d85441dc6c5e86dc /archaeological_finds/forms.py | |
parent | b39e8de9c8da4905477d142e7c7dd630864335f8 (diff) | |
download | Ishtar-4afd054a597304e33bed8e3a10a8a4549a8cf6c0.tar.bz2 Ishtar-4afd054a597304e33bed8e3a10a8a4549a8cf6c0.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 " |