FinTech_app/templates/registration/login.html
2022-11-25 18:18:25 +01:00

7 lines
137 B
HTML

<!DOCTYPE html>
<h2>Log In</h2>
<form method="post">
{% csrf_token %}
{{ form.as_p }}
<button type="submit">Log In</button>
</form>