passei os frontends pra bootstrap-flask
This commit is contained in:
@@ -1,10 +1,8 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="pt-BR">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Listar Pagamentos</title>
|
||||
</head>
|
||||
<body>
|
||||
{% extends 'base.html' %}
|
||||
|
||||
{% block title %}Listar Militantes{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<h1>Pagamentos</h1>
|
||||
<a href="{{ url_for('novo_pagamento') }}">Adicionar Novo Pagamento</a>
|
||||
<table border="1">
|
||||
@@ -30,5 +28,5 @@
|
||||
</tbody>
|
||||
</table>
|
||||
<a href="{{ url_for('home') }}">Home</a>
|
||||
</body>
|
||||
</html>
|
||||
{% endblock %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user