pkmntrade.club/templates/registration/login.html
2018-02-15 12:28:05 -05:00

6 lines
No EOL
119 B
HTML

<h2>Login</h2>
<form method="post">
{% csrf_token %}
{{ form.as_p }}
<button type="submit">Login</button>
</form>