{% extends 'confirmpage.html' %} {% block innercontent %}

User Login

{% if form.non_field_errors %}
{{ form.non_field_errors }}
{% endif %}
{% csrf_token %} {% if next %} {% endif %}
{% if form.username_or_email.errors %}
{{ form.username_or_email.errors }}
{% endif %}
{% if form.password.errors %}
{{ form.password.errors }}
{% endif %}

Forgot password? Click here to reset

{% endblock %}