fix: htmx:after:swap was still using old syntax

This commit is contained in:
imperosol
2026-09-20 23:07:09 +02:00
parent 994130550a
commit aedfbf948e
3 changed files with 6 additions and 6 deletions
@@ -60,7 +60,7 @@
</p>
<br>
{% if settings.SITH_EBOUTIC_CB_ENABLED %}
<div @htmx:after-request="fill">
<div @htmx:after:request="fill">
{{ billing_infos_form }}
</div>
{% endif %}