From: Christopher Allan Webber Date: Wed, 10 Aug 2011 17:44:58 +0000 (-0500) Subject: Minor change to indentation X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=9bc564ff53a7488ee3b6548dea73d5b43d234cda;p=mediagoblin.git Minor change to indentation --- diff --git a/mediagoblin/user_pages/forms.py b/mediagoblin/user_pages/forms.py index ce7bfaa4..25001019 100644 --- a/mediagoblin/user_pages/forms.py +++ b/mediagoblin/user_pages/forms.py @@ -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()])