resolvido merge com nova ui

This commit is contained in:
LS
2025-04-09 09:59:12 -03:00
parent b47c9efc21
commit 179ea3cad0
11 changed files with 2285 additions and 2263 deletions

View File

@@ -87,7 +87,7 @@
data-militante-nome="{{ militante.nome }}">
<div class="militante-info">
<h6 class="mb-1">{{ militante.nome }}</h6>
<small>{{ militante.email }}</small>
<small>{{ militante.emails[0].endereco_email if militante.emails else '' }}</small>
</div>
<i class="fas fa-chevron-right text-muted"></i>
</div>