From b43ff94bdf211d56c9f7662a9b55cd866b4670ad Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Sat, 2 Nov 2013 00:02:19 +0100 Subject: Added new responsive table for the /feeds page. --- pyaggr3g470r/templates/feeds.html | 29 ++++++++++++++++++++++++----- 1 file changed, 24 insertions(+), 5 deletions(-) (limited to 'pyaggr3g470r/templates') diff --git a/pyaggr3g470r/templates/feeds.html b/pyaggr3g470r/templates/feeds.html index 1efa0b1f..b78b0a1b 100644 --- a/pyaggr3g470r/templates/feeds.html +++ b/pyaggr3g470r/templates/feeds.html @@ -2,10 +2,29 @@ {% block content %}

You are subscribed to the following feeds

- + +
+ + + + + + + + + + + {% for feed in feeds %} + + + + + + + {% endfor %} + +
#TitleSiteArticles
{{ loop.index }}{{ feed.title }}{{ feed.site_link }}{{ feed.articles|count }}
+
+
{% endblock %} \ No newline at end of file -- cgit