From d92f44e5667222c6dbf3d32b5577b2bee20d6d00 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Fri, 1 Nov 2013 12:32:30 +0100 Subject: Added users management. --- pyaggr3g470r/templates/feeds.html | 2 +- pyaggr3g470r/templates/home.html | 2 +- pyaggr3g470r/templates/unread.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'pyaggr3g470r/templates') diff --git a/pyaggr3g470r/templates/feeds.html b/pyaggr3g470r/templates/feeds.html index 0893f982..1efa0b1f 100644 --- a/pyaggr3g470r/templates/feeds.html +++ b/pyaggr3g470r/templates/feeds.html @@ -4,7 +4,7 @@

You are subscribed to the following feeds

diff --git a/pyaggr3g470r/templates/home.html b/pyaggr3g470r/templates/home.html index bf17356f..46842382 100644 --- a/pyaggr3g470r/templates/home.html +++ b/pyaggr3g470r/templates/home.html @@ -5,7 +5,7 @@

{{ 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 bf17356f..46842382 100644 --- a/pyaggr3g470r/templates/unread.html +++ b/pyaggr3g470r/templates/unread.html @@ -5,7 +5,7 @@

{{ feed.title }}

- +
{% for number in range(0, feed.articles|length-(feed.articles|length % 3), 3) %} -- cgit