From 49ff4f69262aca814bfb2ca9dfcf4eb30fbc9a1c Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Sun, 10 Nov 2013 00:26:52 +0100 Subject: Updated templates. --- pyaggr3g470r/templates/favorites.html | 4 +++- pyaggr3g470r/templates/feeds.html | 7 ++++++- pyaggr3g470r/templates/home.html | 4 +++- pyaggr3g470r/templates/unread.html | 4 +++- 4 files changed, 15 insertions(+), 4 deletions(-) (limited to 'pyaggr3g470r/templates') diff --git a/pyaggr3g470r/templates/favorites.html b/pyaggr3g470r/templates/favorites.html index 3a02cb05..c3f1bc4d 100644 --- a/pyaggr3g470r/templates/favorites.html +++ b/pyaggr3g470r/templates/favorites.html @@ -8,7 +8,9 @@

{{ feed.title }}

- + + +
{% for number in range(0, feed.articles|length-(feed.articles|length % 3), 3) %} diff --git a/pyaggr3g470r/templates/feeds.html b/pyaggr3g470r/templates/feeds.html index c8024caa..ce9f658e 100644 --- a/pyaggr3g470r/templates/feeds.html +++ b/pyaggr3g470r/templates/feeds.html @@ -21,7 +21,12 @@ {{ feed.title }} {{ feed.site_link }} {{ feed.articles|count }} - + + + + + + {% endfor %} diff --git a/pyaggr3g470r/templates/home.html b/pyaggr3g470r/templates/home.html index c2b0da86..836ef2e6 100644 --- a/pyaggr3g470r/templates/home.html +++ b/pyaggr3g470r/templates/home.html @@ -5,7 +5,9 @@

{{ feed.title }}

- + + +
{% for number in range(0, feed.articles|length-(feed.articles|length % 3), 3) %} diff --git a/pyaggr3g470r/templates/unread.html b/pyaggr3g470r/templates/unread.html index 2296e6ec..40dda336 100644 --- a/pyaggr3g470r/templates/unread.html +++ b/pyaggr3g470r/templates/unread.html @@ -8,7 +8,9 @@

{{ feed.title }}

- + + +

{{ feed.articles|length }} unread articles.

-- cgit