From c2db53bed6718a883f9edf9af4c4e012db03f6cd Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Sat, 5 Jul 2014 18:43:12 +0200 Subject: Users are now sorted with the attribute 'last_seen'. --- 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 4ed38b91..6d87b326 100644 --- a/pyaggr3g470r/templates/admin/dashboard.html +++ b/pyaggr3g470r/templates/admin/dashboard.html @@ -16,7 +16,7 @@ - {% for user in users|sort(attribute="nickname") %} + {% for user in users|sort(attribute="last_seen") %} {{ loop.index }} {% if user.id == current_user.id %} -- cgit