From bcb2abefc9bc4651e76df8f25bea908644970a7c Mon Sep 17 00:00:00 2001 From: Zacho Date: Tue, 20 Feb 2024 20:36:15 +0100 Subject: [PATCH] Update netbox/templates/account/profile.html Co-authored-by: Jeremy Stretch --- netbox/templates/account/profile.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netbox/templates/account/profile.html b/netbox/templates/account/profile.html index 40d747892..5e3be6e94 100644 --- a/netbox/templates/account/profile.html +++ b/netbox/templates/account/profile.html @@ -36,7 +36,7 @@ {% trans "Account Last Login" %} - {{ object.last_login|annotated_date }} + {{ request.user.last_login|annotated_date }} {% trans "Superuser" %}