Merge jQuery branch, resolve conflicts

This commit is contained in:
Jef van Schendel
2011-12-13 15:15:57 +01:00
13 changed files with 168 additions and 100 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()])