From 487b5446d28f1706025d5379bf8c1b384ff3b783 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Sun, 13 Apr 2014 10:10:44 +0200 Subject: Improvement for the /articles page. --- pyaggr3g470r/templates/articles.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyaggr3g470r/templates/articles.html') diff --git a/pyaggr3g470r/templates/articles.html b/pyaggr3g470r/templates/articles.html index e50b12ec..d2da6d18 100644 --- a/pyaggr3g470r/templates/articles.html +++ b/pyaggr3g470r/templates/articles.html @@ -5,7 +5,7 @@

{{ feed.title|safe }}

- {% if nb_articles == -1 %} + {% if nb_articles == 10**9 %}

{{ feed.articles.all()|count }} articles.

{% else %}

Last {{ feed.articles.all()|count }} articles. See all articles.

-- cgit