From 85c9ab1364186f409b48cf6dc65d9edc82f566b1 Mon Sep 17 00:00:00 2001 From: Blake Ridgway Date: Thu, 3 Apr 2025 13:22:13 -0500 Subject: [PATCH] (style): Adjust order to fix formatting of flash messages Adjusted order in admin_index.html to fix formatting for flash messages. --- templates/admin_index.html | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/templates/admin_index.html b/templates/admin_index.html index 83ded8e..f85a971 100644 --- a/templates/admin_index.html +++ b/templates/admin_index.html @@ -7,8 +7,20 @@ +

Subscribers

-

Send Update Email

+

+ Send Update Email| + Logout +

+ + {% with messages = get_flashed_messages(with_categories=true) %} + {% if messages %} + {% for category, message in messages %} +
{{ message }}
+ {% endfor %} + {% endif %} + {% endwith %} {% if emails %}