Powered by
This might help: <script> document.body...
# 🔥-django-htmx
m
modern-smartphone-82132
08/21/2022, 12:55 AM
This might help:
document.body.addEventListener('htmx:configRequest', (event) => { event.detail.headers['X-CSRFToken'] = '{{ csrf_token }}'; })
Previous
Next