6 lines
No EOL
119 B
HTML
6 lines
No EOL
119 B
HTML
<h2>Login</h2>
|
|
<form method="post">
|
|
{% csrf_token %}
|
|
{{ form.as_p }}
|
|
<button type="submit">Login</button>
|
|
</form> |