From 41f3ac3bf20575d6a48e97bf3ffdf90491c3c987 Mon Sep 17 00:00:00 2001 From: "Javi H. Gil" Date: Thu, 20 Jun 2024 16:27:19 +0200 Subject: [PATCH] Preview view shows flash messages to prevent showing them into previewed page (#280) --- templates/admin/content/preview.html.twig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/admin/content/preview.html.twig b/templates/admin/content/preview.html.twig index e274705b..402ab8ec 100644 --- a/templates/admin/content/preview.html.twig +++ b/templates/admin/content/preview.html.twig @@ -68,5 +68,7 @@ + + {% include '@SfsComponents/flash-messages/alerts.html.twig' %} {% endblock body %}