From 6a3bd9acc33ee88a67a57520c753e3007cd90681 Mon Sep 17 00:00:00 2001 From: Arthur Date: Mon, 29 Sep 2025 17:10:48 -0700 Subject: [PATCH] 19615 append extra query params to static template tag --- netbox/templates/base/base.html | 1 - 1 file changed, 1 deletion(-) diff --git a/netbox/templates/base/base.html b/netbox/templates/base/base.html index 2a433f8458..22d7ddcfb0 100644 --- a/netbox/templates/base/base.html +++ b/netbox/templates/base/base.html @@ -4,7 +4,6 @@ {% load i18n %} {% load django_htmx %} {% load plugins %} -{% load builtins %}