From 7c2b895820be57bd5188e87d79d1d8aa52f4c432 Mon Sep 17 00:00:00 2001 From: Jannis Portmann Date: Sun, 9 May 2021 10:17:17 +0200 Subject: [PATCH] disply errors on wishlist --- templates/user/wish.html.twig | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/templates/user/wish.html.twig b/templates/user/wish.html.twig index 0751220..6af3bf3 100644 --- a/templates/user/wish.html.twig +++ b/templates/user/wish.html.twig @@ -3,6 +3,11 @@ {% block title %}Whishlist{% endblock %} {% block body %} + {% for message in app.flashes('error') %} + + {% endfor %} {% for message in app.flashes('success') %}