Disable HTMX for user preferences form to force a full page refresh on changes

This commit is contained in:
Jeremy Stretch 2024-03-27 12:11:24 -04:00
parent 41f21d31ef
commit c7a63e02f2
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
{% block title %}{% trans "User Preferences" %}{% endblock %}
{% block content %}
<form method="post" action="" id="preferences-update">
<form method="post" action="" hx-disable="true" id="preferences-update">
{% csrf_token %}
{# Built-in preferences #}