Move notifications from eboutic checkout to billing info fragment

This commit is contained in:
2025-09-25 15:40:28 +02:00
parent 30356d97f3
commit 54c1957776
2 changed files with 5 additions and 0 deletions

View File

@@ -31,4 +31,5 @@
</div> </div>
<br> <br>
{% include "core/base/notifications.jinja" %}
</div> </div>

View File

@@ -1,5 +1,9 @@
{% extends "core/base.jinja" %} {% extends "core/base.jinja" %}
{% block notifications %}
{# Notifications are moved inside the billing info fragment #}
{% endblock %}
{% block title %} {% block title %}
{% trans %}Basket state{% endtrans %} {% trans %}Basket state{% endtrans %}
{% endblock %} {% endblock %}