diff --git a/Resources/views/layout.html.twig b/Resources/views/layout.html.twig index 76d58ea79..c29bd7efa 100644 --- a/Resources/views/layout.html.twig +++ b/Resources/views/layout.html.twig @@ -118,7 +118,7 @@ {% endfor %} - {% for flashMessage in app.session.flashbag.get('danger') %} + {% for flashMessage in app.session.flashbag.get('error') %}