Add macro to refresh messages from htmx swap

This commit is contained in:
2025-09-27 16:59:43 +02:00
parent 03f53e921b
commit fa8772ede2
4 changed files with 31 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
{% extends "core/base.jinja" %}
{% block notifications %}
{# Notifications are moved inside the billing info fragment #}
{# Notifications are moved under the billing form #}
{% endblock %}
{% block title %}
@@ -60,6 +60,7 @@
<div @htmx:after-request="fill">
{{ billing_infos_form }}
</div>
{% include "core/base/notifications.jinja" %}
<form
method="post"
action="{{ settings.SITH_EBOUTIC_ET_URL }}"