Files
RRBEC/gestaoRaul/login/templates/login.html
2025-01-14 11:02:56 -03:00

13 lines
217 B
HTML

<!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>