From eb1e5a3f569920ebcccd6ba1f83be46dbb92d170 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=93scar=20Garc=C3=ADa=20Amor?= Date: Wed, 5 Jul 2017 14:58:24 +0200 Subject: [PATCH] Added last play date to user list --- supysonic/templates/users.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/supysonic/templates/users.html b/supysonic/templates/users.html index c94c7d3..054e343 100644 --- a/supysonic/templates/users.html +++ b/supysonic/templates/users.html @@ -21,9 +21,9 @@ {% block body %}

Users

- + {% for user in users %} - + {% endfor %}
NameEMailAdmin
NameEMailAdminLast play date
{{ user.name }}{{ user.mail }}{{ user.admin }}X
{{ user.name }}{{ user.mail }}{{ user.admin }}{{ user.last_play_date }}X
Add - Export - Import