From 83ae7980333476fcf504865a476306e774a5f0e6 Mon Sep 17 00:00:00 2001 From: andersonid Date: Thu, 3 Apr 2025 14:49:31 -0300 Subject: [PATCH] =?UTF-8?q?fix:=20corrige=20fluxo=20de=20modais=20na=20hom?= =?UTF-8?q?e=20-=20Ajusta=20modal=20de=20militantes=20para=20abrir=20detal?= =?UTF-8?q?hes=20primeiro=20-=20Corrige=20preenchimento=20de=20dados=20nos?= =?UTF-8?q?=20modais=20-=20Mant=C3=A9m=20fluxo:=20detalhes=20->=20editar/e?= =?UTF-8?q?xcluir?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/home.html | 113 +++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 112 insertions(+), 1 deletion(-) diff --git a/templates/home.html b/templates/home.html index eb5c383..ef8c2cc 100644 --- a/templates/home.html +++ b/templates/home.html @@ -80,7 +80,16 @@ {% if ultimos_militantes %}
{% for militante in ultimos_militantes %} -
+
{{ militante.nome }}
{{ militante.email }} @@ -333,10 +342,91 @@ {% block scripts %} +<<<<<<< HEAD +======= +{% endblock %} + +{% block scripts %} + +{% endblock %} +>>>>>>> a430b82 (fix: corrige fluxo de modais na home - Ajusta modal de militantes para abrir detalhes primeiro - Corrige preenchimento de dados nos modais - Mantém fluxo: detalhes -> editar/excluir) {% endblock %} \ No newline at end of file