From 8af13a28e46e1cbdd1599e4b4d539f434c5ab3bc Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Thu, 15 May 2014 22:16:52 +0200 Subject: List all users in the table. --- 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 d40ffdf5..147edf49 100644 --- a/pyaggr3g470r/templates/admin/dashboard.html +++ b/pyaggr3g470r/templates/admin/dashboard.html @@ -18,7 +18,7 @@ {% for user in users|sort(attribute="nickname") %} {{ loop.index }} - {{ user.nickname }} + {{ user.nickname }}{{ if user.id == current_user.id }} (It's you!){{ endif }} {{ user.email }} -- cgit