diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2012-11-13 08:55:14 -0600 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2012-11-13 08:55:14 -0600 |
commit | ee62c51d797ab317366fa099f5e012f33f42857f (patch) | |
tree | aabbaf06701e56b57f36dfa8b22af6bd285a0e10 /mediagoblin/edit/forms.py | |
parent | 52aef5b445710dbe800ebba7f44ca0cc0e06ea54 (diff) | |
parent | 5e5b8acfec73ad7f12eb685ff81c6962aee655f1 (diff) | |
download | mediagoblin-ee62c51d797ab317366fa099f5e012f33f42857f.tar.lz mediagoblin-ee62c51d797ab317366fa099f5e012f33f42857f.tar.xz mediagoblin-ee62c51d797ab317366fa099f5e012f33f42857f.zip |
Merge remote-tracking branch 'refs/remotes/spaetz/trac_475_email_notification_checkbox'
Diffstat (limited to 'mediagoblin/edit/forms.py')
-rw-r--r-- | mediagoblin/edit/forms.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mediagoblin/edit/forms.py b/mediagoblin/edit/forms.py index 856852b6..293c3bb2 100644 --- a/mediagoblin/edit/forms.py +++ b/mediagoblin/edit/forms.py @@ -68,8 +68,7 @@ class EditAccountForm(wtforms.Form): [wtforms.validators.Length(min=6, max=30)], id="password") wants_comment_notification = wtforms.BooleanField( - _(''), - description=_("Email me when others comment on my media")) + label=_("Email me when others comment on my media")) class EditAttachmentsForm(wtforms.Form): |