Migrate to HTMX4

This commit is contained in:
2026-08-30 22:07:53 +02:00
parent 7808ca3688
commit 56c832ba06
10 changed files with 35 additions and 19 deletions
@@ -41,7 +41,7 @@
hx-post="{{ url("election:apply_result", election_id=form.election.id) }}"
hx-swap="outerHTML"
hx-target="#apply-election-result-fragment"
hx-disabled-elt="find input[type='submit']"
hx-disable="find input[type='submit']"
>
{% csrf_token %}
{{ form }}