diff options
author | Jef van Schendel <mail@jefvanschendel.nl> | 2011-12-09 22:37:20 +0100 |
---|---|---|
committer | Jef van Schendel <mail@jefvanschendel.nl> | 2011-12-09 22:37:20 +0100 |
commit | 75a12d632dd281d4d74b93f9014000a3efdc3169 (patch) | |
tree | 306e73f2b5b084066fd341e961213f2704040c39 /mediagoblin/user_pages/forms.py | |
parent | 3f45d9fbe8ed8cad2f3fc9a8e2a68a77ace0a958 (diff) | |
download | mediagoblin-75a12d632dd281d4d74b93f9014000a3efdc3169.tar.lz mediagoblin-75a12d632dd281d4d74b93f9014000a3efdc3169.tar.xz mediagoblin-75a12d632dd281d4d74b93f9014000a3efdc3169.zip |
Lots of changes to media page; rearranged things, added new styles, added jquery bits, gave the comment section a refresh
Diffstat (limited to 'mediagoblin/user_pages/forms.py')
-rw-r--r-- | mediagoblin/user_pages/forms.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mediagoblin/user_pages/forms.py b/mediagoblin/user_pages/forms.py index 301f1f0a..e04fd559 100644 --- a/mediagoblin/user_pages/forms.py +++ b/mediagoblin/user_pages/forms.py @@ -21,7 +21,7 @@ from mediagoblin.tools.translate import fake_ugettext_passthrough as _ class MediaCommentForm(wtforms.Form): comment_content = wtforms.TextAreaField( - _('Comment'), + _(''), [wtforms.validators.Required()]) |