From 54191b8dde448ca5e36e0549982a378b0be664ae Mon Sep 17 00:00:00 2001 From: andersonid Date: Fri, 11 Apr 2025 07:54:14 -0300 Subject: [PATCH 1/3] =?UTF-8?q?mensagem=20de=20notifica=C3=A7=C3=A3o=20mov?= =?UTF-8?q?ida=20para=20fora=20do=20card=20de=20formulario=20de=20login?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/login.html | 44 ++++++++++++++++++++++++++++++++------------ 1 file changed, 32 insertions(+), 12 deletions(-) diff --git a/templates/login.html b/templates/login.html index 8564498..88ca768 100644 --- a/templates/login.html +++ b/templates/login.html @@ -5,13 +5,7 @@ {% block navbar %}{% endblock %} {% block content %} -
- + +
-
- {% endfor %} - {% endif %} + {% with messages = get_flashed_messages(with_categories=true) %} + {% if messages %} + {% for category, message in messages %} + + {% endfor %} + {% endif %} + {% endwith %} +
+
+