From b7fd7b15968e3a29e75d479a88c8cd9e66c4e194 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Tue, 19 Mar 2013 14:00:46 +0100 Subject: Added new views: subscriptions in order to list subscribed feeds. --- source/static/templates/subscriptions.html | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 source/static/templates/subscriptions.html (limited to 'source/static/templates/subscriptions.html') diff --git a/source/static/templates/subscriptions.html b/source/static/templates/subscriptions.html new file mode 100644 index 00000000..48781e1e --- /dev/null +++ b/source/static/templates/subscriptions.html @@ -0,0 +1,18 @@ +## subscriptions.html +<%inherit file="base.html"/> +
+

Subscriptions

+ %if feeds: + + %endif + +
+

Add a feed

+
+ + +
\ No newline at end of file -- cgit