fix for boolean fields

This commit is contained in:
Rodney Ewing
2013-06-26 08:29:03 -07:00
parent 0ec7ce4ec6
commit f7998c3326
3 changed files with 33 additions and 19 deletions

View File

@@ -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'),