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 %}