From f1fc099e34cdaf68b872ff1116e8f92c58a81c5e Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Tue, 22 Jan 2013 09:06:28 +0100 Subject: The /feed page now indicates if e-mail notification is activated in the pyAggr3g470r configuration file. --- source/templates/feed.html | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'source/templates') diff --git a/source/templates/feed.html b/source/templates/feed.html index ebe4b2fa..f4079cc0 100644 --- a/source/templates/feed.html +++ b/source/templates/feed.html @@ -16,8 +16,13 @@ import utils %endif %if feed["mail"] == True: -

You are receiving articles from this feed to the address: ${mail_to}. - Stop receiving articles from this feed.

+

+ You are receiving articles from this feed to the address: ${mail_to}. + Stop receiving articles from this feed. + %if not mail_notification_enabled: +
But e-mail notification is not enabled in your configuration file! + %endif +

%endif %if articles != []: -- cgit