aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/user_pages/forms.py
diff options
context:
space:
mode:
authorJef van Schendel <mail@jefvanschendel.nl>2011-12-13 15:15:57 +0100
committerJef van Schendel <mail@jefvanschendel.nl>2011-12-13 15:15:57 +0100
commitbb3b9e4090706e1e9815c5132c01b9e706e31360 (patch)
treef6a1eb6c0db46bd445bdd67128181206f735b5a8 /mediagoblin/user_pages/forms.py
parentd44140a212fddab3301cbf3a97d3197f8879277b (diff)
parentb27067371d6cb99cf21c7c0970b664e970d9a22d (diff)
downloadmediagoblin-bb3b9e4090706e1e9815c5132c01b9e706e31360.tar.lz
mediagoblin-bb3b9e4090706e1e9815c5132c01b9e706e31360.tar.xz
mediagoblin-bb3b9e4090706e1e9815c5132c01b9e706e31360.zip
Merge jQuery branch, resolve conflicts
Diffstat (limited to 'mediagoblin/user_pages/forms.py')
-rw-r--r--mediagoblin/user_pages/forms.py2
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()])