Skip to content

Commit

Permalink
feat: add htmx to base template
Browse files Browse the repository at this point in the history
  • Loading branch information
b1rger committed Jan 15, 2024
1 parent 86dbe14 commit ec77f24
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion apis_core/core/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@
<body role="document"
class="home contained fixed-nav"
id="body"
style="height: unset!important">
style="height: unset!important"
hx-headers='{"X-CSRFToken": "{{ csrf_token }}"}'>
<div class="hfeed site" id="page">
<div class="wrapper-fluid wrapper-navbar sticky-navbar"
id="wrapper-navbar"
Expand Down Expand Up @@ -247,6 +248,7 @@
{% include "partials/bootstrap4_js.html" %}
<script type="text/javascript"
src="//cdnjs.cloudflare.com/ajax/libs/bootstrap-select/1.13.1/js/bootstrap-select.min.js"></script>
<script src="https://unpkg.com/[email protected]"></script>
{% endblock %}

{% block scripts2 %}
Expand Down

0 comments on commit ec77f24

Please sign in to comment.