mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-17 21:18:16 -06:00
Include django-htmx debug error handler
This commit is contained in:
parent
dd8d2e1718
commit
21e2a60c1b
@ -2,6 +2,7 @@
|
||||
{% load static %}
|
||||
{% load helpers %}
|
||||
{% load i18n %}
|
||||
{% load django_htmx %}
|
||||
<!DOCTYPE html>
|
||||
<html
|
||||
lang="en"
|
||||
@ -48,6 +49,7 @@
|
||||
src="{% static 'netbox.js' %}?v={{ settings.VERSION }}"
|
||||
onerror="window.location='{% url 'media_failure' %}?filename=netbox.js'">
|
||||
</script>
|
||||
{% django_htmx_script %}
|
||||
|
||||
{# Additional <head> content #}
|
||||
{% block head %}{% endblock %}
|
||||
|
Loading…
Reference in New Issue
Block a user