{% extends "site_base.html" %} {% load url from future %} {% load i18n %} {% load bootstrap_tags %} {% block head_title %}{% trans "Log in" %}{% endblock %} {% block body %}

Note: Account information is not saved year to year, you will need to make a new account or login using one of the method on the right.

{% trans "Log in to an existing account" %} {% csrf_token %} {{ form|as_bootstrap }} {% if redirect_field_value %} {% endif %}
{% trans "Forgot your password?" %}
{% endblock %} {% block sidebar %} {% include "account/_openid_sidebar.html" %} {% endblock %}