From 542534aeba65077d3c360f6ea07df0800aedabca Mon Sep 17 00:00:00 2001 From: jeremystretch Date: Thu, 23 Dec 2021 14:41:39 -0500 Subject: [PATCH] Add direct link to preferences in user menu --- netbox/templates/inc/profile_button.html | 106 +++++++++++------------ 1 file changed, 53 insertions(+), 53 deletions(-) diff --git a/netbox/templates/inc/profile_button.html b/netbox/templates/inc/profile_button.html index 876ee31dc..230aa02ad 100644 --- a/netbox/templates/inc/profile_button.html +++ b/netbox/templates/inc/profile_button.html @@ -1,56 +1,56 @@ {% if request.user.is_authenticated %} - - - - + {% else %} -
- - Log In - - - -
+
+ + Log In + + + +
{% endif %}