8 lines
127 B
HTML
8 lines
127 B
HTML
|
|
<h2>Login</h2>
|
||
|
|
|
||
|
|
<form method="POST">
|
||
|
|
{% csrf_token %}
|
||
|
|
{{ form.as_p }}
|
||
|
|
<button type="submit">Login</button>
|
||
|
|
</form>
|