7 lines
137 B
HTML
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> |