Merge remote-tracking branch 'refs/remotes/spaetz/trac_475_email_notification_checkbox'
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user