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

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