From 4e766c7c3ba047ca2b12347a7c062e156f6426da Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Tue, 7 Mar 2017 22:27:46 -0500 Subject: [PATCH] Closes #945: Display the current user in the nav menu --- netbox/templates/_base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netbox/templates/_base.html b/netbox/templates/_base.html index 90bb3ad62..d1090a5fb 100644 --- a/netbox/templates/_base.html +++ b/netbox/templates/_base.html @@ -245,7 +245,7 @@ {% if request.user.is_staff %}
  • Admin
  • {% endif %} -
  • Profile
  • +
  • {{ request.user }}
  • Log out
  • {% else %}
  • Log in