Lots of changes to media page; rearranged things, added new styles, added jquery bits, gave the comment section a refresh
This commit is contained in:
@@ -21,7 +21,7 @@ from mediagoblin.tools.translate import fake_ugettext_passthrough as _
|
||||
|
||||
class MediaCommentForm(wtforms.Form):
|
||||
comment_content = wtforms.TextAreaField(
|
||||
_('Comment'),
|
||||
_(''),
|
||||
[wtforms.validators.Required()])
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user