Minor change to indentation

This commit is contained in:
Christopher Allan Webber 2011-08-10 12:44:58 -05:00
parent 369fd2f972
commit 9bc564ff53

View File

@ -21,5 +21,5 @@ from mediagoblin.util import fake_ugettext_passthrough as _
class MediaCommentForm(wtforms.Form):
comment_content = wtforms.TextAreaField(
_('Comment'),
[wtforms.validators.Required()])
_('Comment'),
[wtforms.validators.Required()])