diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2013-08-21 16:00:48 -0500 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2013-08-21 16:00:48 -0500 |
commit | 2c79dbc5ffb249cfaf5ae11fc8565bc7f4256e09 (patch) | |
tree | d9f10b76aed8c9ba544a0f5af3c4e49981cc3329 /mediagoblin/edit/forms.py | |
parent | 0cdebda7fc533384bd725412365325edcbeb038c (diff) | |
parent | a30d2d8b6ca0837737e92b09bac74c4504ba0182 (diff) | |
download | mediagoblin-2c79dbc5ffb249cfaf5ae11fc8565bc7f4256e09.tar.lz mediagoblin-2c79dbc5ffb249cfaf5ae11fc8565bc7f4256e09.tar.xz mediagoblin-2c79dbc5ffb249cfaf5ae11fc8565bc7f4256e09.zip |
Merge remote-tracking branch 'refs/remotes/rodney757/notifications'
Diffstat (limited to 'mediagoblin/edit/forms.py')
-rw-r--r-- | mediagoblin/edit/forms.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mediagoblin/edit/forms.py b/mediagoblin/edit/forms.py index 85c243a0..5de1bf96 100644 --- a/mediagoblin/edit/forms.py +++ b/mediagoblin/edit/forms.py @@ -67,6 +67,8 @@ class EditAccountForm(wtforms.Form): normalize_user_or_email_field(allow_user=False)]) wants_comment_notification = wtforms.BooleanField( description=_("Email me when others comment on my media")) + wants_notifications = wtforms.BooleanField( + description=_("Enable/Disable insite notifications")) license_preference = wtforms.SelectField( _('License preference'), [ |