From 5e875745762fe5cc8f71a5a0ced293c879696fdb Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Mon, 7 Jul 2014 19:07:56 +0200 Subject: Added 'warning' CSS class for table rows of disabled feeds. --- pyaggr3g470r/templates/feeds.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyaggr3g470r/templates/feeds.html') diff --git a/pyaggr3g470r/templates/feeds.html b/pyaggr3g470r/templates/feeds.html index 509df190..8c30614f 100644 --- a/pyaggr3g470r/templates/feeds.html +++ b/pyaggr3g470r/templates/feeds.html @@ -16,7 +16,7 @@ {% for feed in feeds|sort(attribute="title") %} - + {{ loop.index }} {% if feed.enabled %} -- cgit