um monte de coisas

This commit is contained in:
Gabu Bellon
2025-01-08 00:19:49 -03:00
parent d6357803b8
commit 02147fd6cd
23 changed files with 660 additions and 148 deletions

View File

@@ -33,5 +33,6 @@
{% endfor %}
</tbody>
</table>
<a href="{{ url_for('home') }}">Home</a>
</body>
</html>

View File

@@ -29,5 +29,6 @@
{% endfor %}
</tbody>
</table>
<a href="{{ url_for('home') }}">Home</a>
</body>
</html>

View File

@@ -31,5 +31,6 @@
{% endfor %}
</tbody>
</table>
<a href="{{ url_for('home') }}">Home</a>
</body>
</html>

View File

@@ -12,5 +12,6 @@
{% endfor %}
</ul>
<a href="{{ url_for('novo_militante') }}">Adicionar Novo Militante</a>
<a href="{{ url_for('home') }}">Home</a>
</body>
</html>

View File

@@ -29,5 +29,6 @@
{% endfor %}
</tbody>
</table>
<a href="{{ url_for('home') }}">Home</a>
</body>
</html>

View File

@@ -29,5 +29,6 @@
{% endfor %}
</tbody>
</table>
<a href="{{ url_for('home') }}">Home</a>
</body>
</html>

View File

@@ -29,5 +29,6 @@
{% endfor %}
</tbody>
</table>
<a href="{{ url_for('home') }}">Home</a>
</body>
</html>

View File

@@ -29,5 +29,6 @@
{% endfor %}
</tbody>
</table>
<a href="{{ url_for('home') }}">Home</a>
</body>
</html>

View File

@@ -34,5 +34,6 @@
<button type="submit">Registrar Assinatura</button>
</form>
<a href="{{ url_for('listar_assinaturas') }}">Voltar para Lista</a>
<a href="{{ url_for('home') }}">Home</a>
</body>
</html>

View File

@@ -26,5 +26,6 @@
<button type="submit">Registrar Cota</button>
</form>
<a href="{{ url_for('listar_cotas') }}">Voltar para Lista</a>
<a href="{{ url_for('home') }}">Home</a>
</body>
</html>

View File

@@ -26,5 +26,6 @@
<button type="submit">Registrar Venda</button>
</form>
<a href="{{ url_for('listar_vendas_jornal') }}">Voltar para Lista</a>
<a href="{{ url_for('home') }}">Home</a>
</body>
</html>

View File

@@ -30,5 +30,6 @@
<button type="submit">Registrar Material</button>
</form>
<a href="{{ url_for('listar_materiais') }}">Voltar para Lista</a>
<a href="{{ url_for('home') }}">Home</a>
</body>
</html>

View File

@@ -15,5 +15,6 @@
Filiado: <input type="checkbox" name="filiado"><br>
<input type="submit" value="Criar">
</form>
<a href="{{ url_for('home') }}">Home</a>
</body>
</html>

View File

@@ -26,5 +26,6 @@
<button type="submit">Registrar Pagamento</button>
</form>
<a href="{{ url_for('listar_pagamentos') }}">Voltar para Lista</a>
<a href="{{ url_for('home') }}">Home</a>
</body>
</html>

View File

@@ -26,5 +26,6 @@
<button type="submit">Registrar Relatório</button>
</form>
<a href="{{ url_for('listar_relatorios_cotas') }}">Voltar para Lista</a>
<a href="{{ url_for('home') }}">Home</a>
</body>
</html>

View File

@@ -26,5 +26,6 @@
<button type="submit">Registrar Relatório</button>
</form>
<a href="{{ url_for('listar_relatorios_vendas') }}">Voltar para Lista</a>
<a href="{{ url_for('home') }}">Home</a>
</body>
</html>