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/admin/dashboard.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyaggr3g470r/templates/admin') diff --git a/pyaggr3g470r/templates/admin/dashboard.html b/pyaggr3g470r/templates/admin/dashboard.html index 5e774650..d8939844 100644 --- a/pyaggr3g470r/templates/admin/dashboard.html +++ b/pyaggr3g470r/templates/admin/dashboard.html @@ -17,7 +17,7 @@ {% for user in users|sort(attribute="last_seen")|reverse %} - + {{ loop.index }} {% if user.id == current_user.id %} {{ user.nickname }} (It's you!) -- cgit