From 21e2a60c1be922c967a8eda2f152f62be8e68624 Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Mon, 22 Jan 2024 10:52:39 -0500 Subject: [PATCH] Include django-htmx debug error handler --- netbox/templates/base/base.html | 2 ++ 1 file changed, 2 insertions(+) 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 %}