From 2eb4aadf4c1437416327896453fa4ad6ea0fbd40 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Sun, 29 Jun 2014 11:59:45 +0200 Subject: Improved read/unread JS function. --- pyaggr3g470r/templates/home.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyaggr3g470r/templates') diff --git a/pyaggr3g470r/templates/home.html b/pyaggr3g470r/templates/home.html index 4f691a50..2a9fac48 100644 --- a/pyaggr3g470r/templates/home.html +++ b/pyaggr3g470r/templates/home.html @@ -51,7 +51,7 @@

{{ _('Articles') }} ({{ articles.__len__() }})

-
+
{% if filter_ == 'all' %}{% endif %} {{ _('All') }} {% if filter_ == 'all' %}{% endif %} -- cgit