diff --git a/netbox/templates/base/base.html b/netbox/templates/base/base.html index 1958fa556..b7d4f6fc6 100644 --- a/netbox/templates/base/base.html +++ b/netbox/templates/base/base.html @@ -2,6 +2,7 @@ {% load static %} {% load helpers %} {% load i18n %} +{% load django_htmx %} + {% django_htmx_script %} {# Additional content #} {% block head %}{% endblock %}