{% extends "base.html" %} {% block title %} | Login{% endblock %} {% block bodydata %} class="login" {% endblock %} {% block main %} {% if form.errors %}
We were unable to authenticate you. Either user name or password are incorrect. Please try again.
{% endif %} {% if next %}
Please sign in.
{% endif %}

Sign in

{% include 'snippets/messages.html' %}
{% csrf_token %}
Not a member yet? Please sign up hereForgot password?
{% endblock %}