From 80dafd54a6669cce50f5615c1582c4f618e3744c Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Tue, 20 May 2014 19:29:58 +0200 Subject: Added 'Last seen' column to the table of the dashboard. --- pyaggr3g470r/templates/admin/dashboard.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyaggr3g470r/templates/admin/dashboard.html b/pyaggr3g470r/templates/admin/dashboard.html index 911ce670..3e5b019e 100644 --- a/pyaggr3g470r/templates/admin/dashboard.html +++ b/pyaggr3g470r/templates/admin/dashboard.html @@ -11,6 +11,7 @@ # {{ _('Nickname') }} {{ _('Email') }} + {{ _('Last seen') }} {{ _('Actions') }} @@ -24,6 +25,7 @@ {{ user.nickname }} {% endif %} {{ user.email }} + {{ user.last_seen }} -- cgit