fix: remove 2 js extension on htmx file

This commit is contained in:
theo 2024-07-24 22:41:57 +02:00
parent 648a7848fd
commit 8c38f0e4ba
No known key found for this signature in database
2 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
<head>
<title>{% block title %}{{ title }}{% endblock %}</title>
<script src="/assets/js/htmx.min.js.js"></script>
<script src="/assets/js/htmx.min.js"></script>
{% block head %}{% endblock %}
</head>