{% load i18n %}

{{ title }}

{% csrf_token %}
    {{ form.as_ul }}
  1. {% trans "Forgot Password?" %}
{% if USE_OPENID %}

{% trans "Sign in using:" %}

{% include "socialaccount/snippets/login_extra.html" %} {% endif %} {% block extra %} {% endblock %}