fix: corrige problemas de permissões e rotas

This commit is contained in:
andersonid
2025-04-04 02:34:51 -03:00
parent 241543ea63
commit 745803fef3
5 changed files with 110 additions and 513 deletions

View File

@@ -9,7 +9,7 @@
<button type="button" class="btn-close" data-bs-dismiss="modal"></button>
</div>
<div class="modal-body">
<form id="formNovoMilitante" method="post" action="{{ url_for('novo_militante') }}">
<form id="formNovoMilitante" method="post" action="{{ url_for('criar_militante') }}">
<div class="row">
<div class="col-md-6 mb-3">
<label for="nome" class="form-label">Nome:</label>