From 5100c82e214adf43170c6a5488b3425ecc0a77b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20Andr=C3=A9?= Date: Sun, 22 Oct 2023 03:56:37 +0200 Subject: [PATCH] Show invisible alerts (fix #1440) --- templates/default/_flash_messages.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/default/_flash_messages.html.twig b/templates/default/_flash_messages.html.twig index eb6732711..c6aa58a57 100644 --- a/templates/default/_flash_messages.html.twig +++ b/templates/default/_flash_messages.html.twig @@ -19,7 +19,7 @@ {% for type, messages in app.flashes %} {% for message in messages %} {# Bootstrap alert, see https://getbootstrap.com/docs/3.4/components/#alerts #} -