{% extends "public/content.html" %} {% load url from future %} {% block headtitle %}Login{% endblock %} {% block title %}

Login

{% endblock %} {% block content %} {% if form.errors %}
× Please enter a correct Email Address and Password. Note that both fields may be case-sensitive.
{% endif %}
{% csrf_token %} {% include "public/partials/form.html" with form=form %}

Forgotten Password?

{% endblock %}