diff --git a/eboutic/templates/eboutic/eboutic_billing_info.jinja b/eboutic/templates/eboutic/eboutic_billing_info.jinja index 429240b8..429aac8b 100644 --- a/eboutic/templates/eboutic/eboutic_billing_info.jinja +++ b/eboutic/templates/eboutic/eboutic_billing_info.jinja @@ -31,4 +31,5 @@
+ {% include "core/base/notifications.jinja" %} diff --git a/eboutic/templates/eboutic/eboutic_checkout.jinja b/eboutic/templates/eboutic/eboutic_checkout.jinja index bf467222..17210cc5 100644 --- a/eboutic/templates/eboutic/eboutic_checkout.jinja +++ b/eboutic/templates/eboutic/eboutic_checkout.jinja @@ -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 %}