mirror of
https://github.com/Crocmagnon/cookiecutter-django.git
synced 2024-11-23 15:18:03 +01:00
Update HTMX
This commit is contained in:
parent
2b53a94c4d
commit
e673b5eceb
3 changed files with 2 additions and 2 deletions
File diff suppressed because one or more lines are too long
1
{{cookiecutter.project_slug}}/src/common/static/vendor/htmx-1.8.5.min.js
vendored
Normal file
1
{{cookiecutter.project_slug}}/src/common/static/vendor/htmx-1.8.5.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
|
@ -9,7 +9,7 @@
|
||||||
<body>
|
<body>
|
||||||
{% include "common/hello-random.html" %}
|
{% include "common/hello-random.html" %}
|
||||||
{% include "common/footer.html" %}
|
{% include "common/footer.html" %}
|
||||||
<script src="{% static 'vendor/htmx-1.8.2.min.js' %}" defer></script>
|
<script src="{% static 'vendor/htmx-1.8.5.min.js' %}" defer></script>
|
||||||
{% django_htmx_script %}
|
{% django_htmx_script %}
|
||||||
{% if debug %}
|
{% if debug %}
|
||||||
<script type="javascript">
|
<script type="javascript">
|
||||||
|
|
Loading…
Reference in a new issue