From b18f8ae2fe3b53dd44780b64f2df7b504cb788d7 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Sat, 28 Jun 2014 09:49:44 +0200 Subject: Table rows of the dashboard are colored for inactive accounts. --- pyaggr3g470r/templates/admin/dashboard.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyaggr3g470r/templates/admin/dashboard.html') diff --git a/pyaggr3g470r/templates/admin/dashboard.html b/pyaggr3g470r/templates/admin/dashboard.html index 6253ca62..bc858f89 100644 --- a/pyaggr3g470r/templates/admin/dashboard.html +++ b/pyaggr3g470r/templates/admin/dashboard.html @@ -17,7 +17,7 @@ {% for user in users|sort(attribute="nickname") %} - + {{ loop.index }} {% if user.id == current_user.id %} {{ user.nickname }} (It's you!) -- cgit