From 9405241d8ddd728ca77077263ac4e9eda6b00fec Mon Sep 17 00:00:00 2001 From: Diego Cirilo Date: Mon, 1 Dec 2025 12:02:02 -0300 Subject: [PATCH] =?UTF-8?q?ajuste=20de=20informa=C3=A7=C3=B5es=20no=20fron?= =?UTF-8?q?t?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/allauth/layouts/base.html | 20 ++++++++++++++ templates/presente/index.html | 41 ++++++++++++++++------------- 2 files changed, 43 insertions(+), 18 deletions(-) diff --git a/templates/allauth/layouts/base.html b/templates/allauth/layouts/base.html index b522191..7febfe5 100644 --- a/templates/allauth/layouts/base.html +++ b/templates/allauth/layouts/base.html @@ -14,12 +14,32 @@ {% block app_wrapper %}
+ {% if 'checkin' in request.GET.next %} +
+
+
+ + ATENÇÃO! +
+
+
+

+ Esta tela NÃO confirma frequência.
+ Você deve fazer login para concluir o registro. +

+
+
+
+
+ {% else %} + {% endif %}