Add: htmx.js lib to scripts partial template
This commit is contained in:
parent
b11702f398
commit
338ba18bd2
1 changed files with 1 additions and 0 deletions
|
@ -4,3 +4,4 @@
|
||||||
<!-- Core JS Files -->
|
<!-- Core JS Files -->
|
||||||
|
|
||||||
<script src="{% static 'libs/bootstrap/bootstrap.bundle.min.js' %}" type="text/javascript"></script>
|
<script src="{% static 'libs/bootstrap/bootstrap.bundle.min.js' %}" type="text/javascript"></script>
|
||||||
|
<script src="{% static 'libs/htmx/htmx.min.js' %}" type="text/javascript"></script>
|
||||||
|
|
Loading…
Reference in a new issue