{% load static %} {% include "partials/main.html" %} {% include "partials/title-meta.html" with title="Log In" %} {% include "partials/head-css.html" %}

Sign In

Enter your username or name and password to access account.

{% csrf_token %} {% if form.errors %}
{% for field in form %} {% for error in field.errors %}

{{ field.label }}: {{ error }}

{% endfor %} {% endfor %} {% for error in form.non_field_errors %}

{{ error }}

{% endfor %}
{% endif %}
{{ form.login }}
Forgot your password? {{ form.password }}

Sign in with

{% include "partials/footer-script.html" %} {% block extra_js %} {% endblock extra_js %}