diff options
Diffstat (limited to 'source/pyAggr3g470r.py')
-rwxr-xr-x | source/pyAggr3g470r.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source/pyAggr3g470r.py b/source/pyAggr3g470r.py index fc463367..33507adc 100755 --- a/source/pyAggr3g470r.py +++ b/source/pyAggr3g470r.py @@ -138,7 +138,8 @@ class pyAggr3g470r(object): tmpl = lookup.get_template("management.html") return tmpl.render(feeds=feeds, nb_mail_notifications=nb_mail_notifications, \ nb_favorites=nb_favorites, nb_articles=nb_articles, \ - nb_unread_articles=nb_unread_articles) + nb_unread_articles=nb_unread_articles, \ + mail_notification_enabled=conf.MAIL_ENABLED) management.exposed = True |