From 937961baa1bcc4fe1e95c9a51c5c91d8ac292e07 Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Thu, 20 Jul 2023 09:50:44 -0400 Subject: [PATCH] Restore bookmarks tab on account views --- netbox/templates/users/account/base.html | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/netbox/templates/users/account/base.html b/netbox/templates/users/account/base.html index 3275b859c..f492f89ec 100644 --- a/netbox/templates/users/account/base.html +++ b/netbox/templates/users/account/base.html @@ -1,15 +1,14 @@ {% extends 'base/layout.html' %} {% load i18n %} -{% load buttons %} -{% load static %} -{% load helpers %} -{% load plugins %} {% block tabs %}