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>Nova Assinatura Anual</title>
|
||||
</head>
|
||||
<body>
|
||||
{% extends 'base.html' %}
|
||||
|
||||
{% block title %}Listar Militantes{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<h1>Registrar Nova Assinatura Anual</h1>
|
||||
<form method="post">
|
||||
<div>
|
||||
@@ -35,5 +33,5 @@
|
||||
</form>
|
||||
<a href="{{ url_for('listar_assinaturas') }}">Voltar para Lista</a>
|
||||
<a href="{{ url_for('home') }}">Home</a>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
{% endblock %}
|
||||
|
||||
Reference in New Issue
Block a user