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,3 +1,5 @@
{% from 'core/macros.jinja' import update_notifications %}
<div id=billing-infos-fragment>
<div
class="collapse"
@@ -29,7 +31,6 @@
>
</form>
</div>
<br>
{% include "core/base/notifications.jinja" %}
{{ update_notifications(messages) }}
</div>