aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/user_pages/forms.py
diff options
context:
space:
mode:
authorChristopher Allan Webber <cwebber@dustycloud.org>2011-08-10 12:44:58 -0500
committerChristopher Allan Webber <cwebber@dustycloud.org>2011-08-10 12:44:58 -0500
commit9bc564ff53a7488ee3b6548dea73d5b43d234cda (patch)
tree274257da4fb96a16f3caf6020439e69691d9f59a /mediagoblin/user_pages/forms.py
parent369fd2f97214168eae0f8408c4006741b4de8d0a (diff)
downloadmediagoblin-9bc564ff53a7488ee3b6548dea73d5b43d234cda.tar.lz
mediagoblin-9bc564ff53a7488ee3b6548dea73d5b43d234cda.tar.xz
mediagoblin-9bc564ff53a7488ee3b6548dea73d5b43d234cda.zip
Minor change to indentation
Diffstat (limited to 'mediagoblin/user_pages/forms.py')
-rw-r--r--mediagoblin/user_pages/forms.py4
1 files changed, 2 insertions, 2 deletions
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()])