From 1575b8a90aa9f099438e2d224f7b34e044d96394 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Thu, 7 Apr 2016 11:25:52 +0200 Subject: Removed the endponint to see stats about a user. --- src/web/templates/admin/dashboard.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/web/templates/admin') diff --git a/src/web/templates/admin/dashboard.html b/src/web/templates/admin/dashboard.html index 6a0793ce..0d45118d 100644 --- a/src/web/templates/admin/dashboard.html +++ b/src/web/templates/admin/dashboard.html @@ -25,7 +25,7 @@ {{ user.date_created | datetime }} {{ user.last_seen | datetime }} - + {% if user.id != current_user.id %} {% if user.is_active %} -- cgit