diff options
author | Rodney Ewing <ewing.rj@gmail.com> | 2013-06-26 08:29:03 -0700 |
---|---|---|
committer | Rodney Ewing <ewing.rj@gmail.com> | 2013-07-11 16:29:16 -0700 |
commit | f7998c3326d7c2ed06a978f721cf6533fbde1c15 (patch) | |
tree | cbd0afface6f3186aff1482d8fd40e6fb0046989 /mediagoblin/edit/forms.py | |
parent | 0ec7ce4ec684ebeb205e7dfa3f3f08a814074297 (diff) | |
download | mediagoblin-f7998c3326d7c2ed06a978f721cf6533fbde1c15.tar.lz mediagoblin-f7998c3326d7c2ed06a978f721cf6533fbde1c15.tar.xz mediagoblin-f7998c3326d7c2ed06a978f721cf6533fbde1c15.zip |
fix for boolean fields
Diffstat (limited to 'mediagoblin/edit/forms.py')
-rw-r--r-- | mediagoblin/edit/forms.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mediagoblin/edit/forms.py b/mediagoblin/edit/forms.py index e0147a0c..85c243a0 100644 --- a/mediagoblin/edit/forms.py +++ b/mediagoblin/edit/forms.py @@ -66,7 +66,6 @@ class EditAccountForm(wtforms.Form): [wtforms.validators.Optional(), normalize_user_or_email_field(allow_user=False)]) wants_comment_notification = wtforms.BooleanField( - label='', description=_("Email me when others comment on my media")) license_preference = wtforms.SelectField( _('License preference'), |