Minor change to indentation
authorChristopher Allan Webber <cwebber@dustycloud.org>
Wed, 10 Aug 2011 17:44:58 +0000 (12:44 -0500)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Wed, 10 Aug 2011 17:44:58 +0000 (12:44 -0500)
mediagoblin/user_pages/forms.py

index ce7bfaa4b4b071ddae82bd0a1bf1f1ba2d605c3c..250010191eac1d8669c6cd1ed187bbe60d43daae 100644 (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()])