From abd2bef10451b31c17d2a48b2b51d57821e464f7 Mon Sep 17 00:00:00 2001 From: Blake Ridgway Date: Thu, 3 Apr 2025 13:21:52 -0500 Subject: [PATCH] (style): Adjust order to fix formatting of flash messages Adjusted order in send_update.html to fix formatting for flash messages. --- templates/send_update.html | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/templates/send_update.html b/templates/send_update.html index 0df7078..a7c093c 100644 --- a/templates/send_update.html +++ b/templates/send_update.html @@ -10,6 +10,10 @@

Send Update Email

+

+ Back to Subscribers List | + Logout +

{% with messages = get_flashed_messages() %} {% if messages %} {% for message in messages %} @@ -27,10 +31,7 @@ -

- Back to Subscribers List | - Logout -

+