1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Serve HTMX JS locally

This commit is contained in:
jeremystretch
2021-12-14 15:55:40 -05:00
parent c981b5cba0
commit 9a53c22833
6 changed files with 21 additions and 17 deletions

View File

@@ -160,9 +160,6 @@
})();
</script>
{# TODO: Package HTMX JS locally #}
<script src="https://unpkg.com/htmx.org@1.6.1"></script>
{# Page layout #}
{% block layout %}{% endblock %}