feat: page login

This commit is contained in:
2025-01-14 11:02:56 -03:00
parent 5040744c8a
commit 3b006e7a63
16 changed files with 59 additions and 6 deletions

View File

@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html>
<head>
<title>Login</title>
</head>
<body>
<form method="post">
{% csrf_token %}
{{ form.as_p }}
<button type="submit">Entrar</button>
</form>
</body>
</html>