From 3ff48f23fc2c566dff575d187d94bce717ddf485 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Fri, 1 Nov 2013 09:17:30 +0100 Subject: Added new template for the list of feeds. --- pyaggr3g470r/templates/feeds.html | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 pyaggr3g470r/templates/feeds.html (limited to 'pyaggr3g470r/templates') diff --git a/pyaggr3g470r/templates/feeds.html b/pyaggr3g470r/templates/feeds.html new file mode 100644 index 00000000..0893f982 --- /dev/null +++ b/pyaggr3g470r/templates/feeds.html @@ -0,0 +1,11 @@ +{% extends "layout.html" %} +{% block content %} +
+

You are subscribed to the following feeds

+ +
+{% endblock %} \ No newline at end of file -- cgit