{% extends "base.html" %} {% load crispy_forms_filters %} {% load crispy_forms_tags %} {% block title %}Login{% endblock %} {% block content %}

Login


{% if form.errors and not form.non_field_errors %} {% endif %} {% if user.is_authenticated %} {% endif %}
{% csrf_token %} {{ form|crispy }}

Forgotten Password

If you have forgotten your password, please click here.

{% endblock %}