From 43d7ca8d2eaca1cc3193ec71559d4df2a94faea3 Mon Sep 17 00:00:00 2001 From: Arlen Johnson Date: Thu, 7 May 2026 09:24:48 -0400 Subject: [PATCH] Ensure flash messages always display on index views (CFM-520) --- app/templates/Standard/index.php | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/app/templates/Standard/index.php b/app/templates/Standard/index.php index 4380edc24..4aa94dbc5 100644 --- a/app/templates/Standard/index.php +++ b/app/templates/Standard/index.php @@ -188,10 +188,8 @@ - - - element('flash', $flashArgs); ?> - + +element('flash', $flashArgs); ?>