diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2011-08-10 12:44:58 -0500 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2011-08-10 12:44:58 -0500 |
commit | 9bc564ff53a7488ee3b6548dea73d5b43d234cda (patch) | |
tree | 274257da4fb96a16f3caf6020439e69691d9f59a | |
parent | 369fd2f97214168eae0f8408c4006741b4de8d0a (diff) | |
download | mediagoblin-9bc564ff53a7488ee3b6548dea73d5b43d234cda.tar.lz mediagoblin-9bc564ff53a7488ee3b6548dea73d5b43d234cda.tar.xz mediagoblin-9bc564ff53a7488ee3b6548dea73d5b43d234cda.zip |
Minor change to indentation
-rw-r--r-- | mediagoblin/user_pages/forms.py | 4 |
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()]) |