Add: htmx header block and CSRF token
This commit is contained in:
parent
858631378d
commit
814e5eece4
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@
|
|||
|
||||
</style>
|
||||
</head>
|
||||
<body class="{% block body_class %}{% endblock body_class %}">
|
||||
<body class="{% block body_class %}{% endblock body_class %}" hx-header='{% block hx_header %}{% endblock hx_header %} {"X-CSRFToken": "{{ csrf_token }}"}'>
|
||||
<div class="everything">
|
||||
<div class="wires">
|
||||
<!-- Content -->
|
||||
|
|
Loading…
Reference in a new issue