From 6a1631476cfd5b46b1c778fff680ea2bc554baaa Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Thu, 1 May 2014 17:29:58 +0200 Subject: Internationalization to french in progress. --- pyaggr3g470r/templates/favorites.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'pyaggr3g470r/templates/favorites.html') diff --git a/pyaggr3g470r/templates/favorites.html b/pyaggr3g470r/templates/favorites.html index 50378d3c..b0357b41 100644 --- a/pyaggr3g470r/templates/favorites.html +++ b/pyaggr3g470r/templates/favorites.html @@ -3,19 +3,19 @@
{% if feeds|count == 0 %} {% else %} {% for feed in feeds|sort(attribute="title") %}

{{ feed.title|safe }}

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