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 %}
Name | Admin | |||
---|---|---|---|---|
Name | Admin | Last play date | ||
{{ user.name }} | {{ user.mail }} | {{ user.admin }} | X | |
{{ user.name }} | {{ user.mail }} | {{ user.admin }} | {{ user.last_play_date }} | X |