Login
{% csrf_token %}
{{ form.username.label }} {{ form.username }} {% if form.username.errors %}
{{ form.username.errors }}
{% endif %}
{{ form.password.label }} {{ form.password }} {% if form.password.errors %}
{{ form.password.errors }}
{% endif %}
Login
Forgot your password?
Do you have an account?
Register here