From 359281c5c98f4879d51528fe37738b36819437d3 Mon Sep 17 00:00:00 2001 From: TuxCoder Date: Tue, 2 Jun 2020 18:34:11 +0200 Subject: [PATCH] fix admin user view, add last login information --- templates/admin/users.html.j2 | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/templates/admin/users.html.j2 b/templates/admin/users.html.j2 index 7cd0aff..8ee95c2 100644 --- a/templates/admin/users.html.j2 +++ b/templates/admin/users.html.j2 @@ -9,7 +9,9 @@ username created_at - modified_at + modified_at + last_login + action @@ -18,7 +20,8 @@ {{ user.username }} {{ user.created_at }} {{ user.modified_at }} - + {{ user.last_login }} + {% endfor %}