From 6058ac1fc751fcdacd87096d2e491f5437b3265c Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Sun, 12 Jan 2014 10:59:35 +0100 Subject: It is now possible to feth only one feed. --- pyaggr3g470r/templates/home.html | 1 + 1 file changed, 1 insertion(+) (limited to 'pyaggr3g470r/templates/home.html') diff --git a/pyaggr3g470r/templates/home.html b/pyaggr3g470r/templates/home.html index c3548e79..72ea1abc 100644 --- a/pyaggr3g470r/templates/home.html +++ b/pyaggr3g470r/templates/home.html @@ -11,6 +11,7 @@ + {% for number in range(0, feed.articles|length-(feed.articles|length % 3), 3) %} -- cgit