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:
Jef van Schendel
2011-12-09 22:37:20 +01:00
parent 3f45d9fbe8
commit 75a12d632d
3 changed files with 69 additions and 41 deletions

View File

@@ -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()])