Fix for bug #467, "Add explanatory copy to add/edit picture pages saying that tags are comma-separated"
This commit is contained in:
@@ -30,4 +30,6 @@ class SubmitStartForm(wtforms.Form):
|
||||
_('Description of this work'))
|
||||
tags = wtforms.TextField(
|
||||
_('Tags'),
|
||||
[tag_length_validator])
|
||||
[tag_length_validator],
|
||||
description=_(
|
||||
"Seperate tags by commas or spaces."))
|
||||
|
||||
Reference in New Issue
Block a user