From abf5593c438a6c83c224a315b9c3dda64e753b8a Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Thu, 2 Jul 2015 14:58:42 +0200 Subject: Display a picto when a feed is disabled due to errors when retrieving. --- pyaggr3g470r/templates/feeds.html | 3 +++ 1 file changed, 3 insertions(+) (limited to 'pyaggr3g470r/templates') diff --git a/pyaggr3g470r/templates/feeds.html b/pyaggr3g470r/templates/feeds.html index a8446f6a..f0e674c9 100644 --- a/pyaggr3g470r/templates/feeds.html +++ b/pyaggr3g470r/templates/feeds.html @@ -24,6 +24,9 @@ {% else %} {% endif %} + {% if feed.error_count > conf.DEFAULT_MAX_ERROR %} + + {% endif %} {{ feed.title }} {{ feed.site_link }} -- cgit