{% extends "site_base.html" %} {% load i18n %} {% block extra_head %} {{ block.super }} {% endblock %} {% block content %}
{% 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 %}