Added htmx dependency

This commit is contained in:
Éloi Rivard 2023-02-23 18:35:51 +01:00
parent 46a346a0d0
commit 2d0c58c3e3
2 changed files with 2 additions and 0 deletions

1
canaille/static/htmx/htmx.min.js vendored Normal file

File diff suppressed because one or more lines are too long

View file

@ -105,6 +105,7 @@
<footer>
<a href="{{ url_for('account.about') }}">{{ _("About Canaille") }}</a>
</footer>
<script src="/static/htmx/htmx.min.js"></script>
<script src="/static/jquery/jquery.min.js"></script>
<script src="/static/fomanticui/semantic.min.js"></script>
<script src="/static/js/base.js"></script>