{% extends "base.html" %} {% load i18n %} {% block javascript %} {{ block.super }} {% comment %} {% endcomment %} {% endblock %} {% block title %} Sign In {% endblock %} {% block content %}
{% comment %} {% if form.errors %}{% trans "Please correct errors below:" %}
{% if form.openid_identifier.errors %}
{{ form.openid_identifier.errors|join:", " }}
{% endif %}
{% if form.next.errors %}
{{ form.next.errors|join:", " }}
{% endif %}