more struture and codes for application
This commit is contained in:
0
app/templates/404.html
Normal file
0
app/templates/404.html
Normal file
0
app/templates/base.html
Normal file
0
app/templates/base.html
Normal file
19
app/templates/login.html
Normal file
19
app/templates/login.html
Normal file
@@ -0,0 +1,19 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>Tela de Login</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<form method="POST" action="/login">
|
||||
{{ form.hidden_tag() }}
|
||||
|
||||
{{ form.login(size=30) }}
|
||||
|
||||
{{ form.senha(size=30) }}
|
||||
|
||||
<button type="submit">Entrar</button>
|
||||
|
||||
</form>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user