From 4a3f74aa4e78dec3a9591edd6d427646d81c5b94 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Sun, 25 Nov 2012 17:34:38 +0100 Subject: Template for the /notifications page. --- source/templates/notifications.html | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 source/templates/notifications.html (limited to 'source/templates/notifications.html') diff --git a/source/templates/notifications.html b/source/templates/notifications.html new file mode 100644 index 00000000..fa675d6b --- /dev/null +++ b/source/templates/notifications.html @@ -0,0 +1,17 @@ +## article.html +<%inherit file="base.html"/> +

pyAggr3g470r - News aggregator

+pyAggr3g470r (source code) +
+ %if feeds != []: +

You are receiving e-mails for the following feeds:

+ + %else: +

No active notifications.

+ %endif +

Notifications are sent to: ${mail_to}

-- cgit