diff options
Diffstat (limited to 'source/templates/feed.html')
-rw-r--r-- | source/templates/feed.html | 9 |
1 files changed, 7 insertions, 2 deletions
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: - <p>You are receiving articles from this feed to the address: <a href="mail:${mail_to}">${mail_to}</a>. - <a href="/mail_notification/0:${feed['feed_id']}">Stop</a> receiving articles from this feed.</p> + <p> + You are receiving articles from this feed to the address: <a href="mail:${mail_to}">${mail_to}</a>. + <a href="/mail_notification/0:${feed['feed_id']}">Stop</a> receiving articles from this feed. + %if not mail_notification_enabled: + <br />But e-mail notification is not enabled in your configuration file! + %endif + </p> %endif %if articles != []: |