Add: htmx debug extension
This commit is contained in:
parent
aa7bb0b2b0
commit
787ba6d50f
2 changed files with 18 additions and 0 deletions
|
@ -4,4 +4,11 @@
|
|||
<!-- Core JS Files -->
|
||||
|
||||
<script src="{% static 'libs/bootstrap/bootstrap.bundle.min.js' %}" type="text/javascript"></script>
|
||||
|
||||
<!-- Htmx JS & Extentions -->
|
||||
<script src="{% static 'libs/htmx/htmx.min.js' %}" type="text/javascript"></script>
|
||||
|
||||
{% if DEBUG %}
|
||||
<!-- Htmx Debug JS -->
|
||||
<script src="{% static 'libs/htmx/debug.js' %}" type="text/javascript"></script>
|
||||
{% endif %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue