{% extends 'base.html' %} {% load i18n %} {% block title %}{% trans 'Libravatar OpenID Login' %}{% endblock title %} {% block content %}
{% trans "Please correct errors below:" %}
{% if openid_form.openid_identifier.errors %}
{{ openid_form.openid_identifier.errors|join:", " }}
{% endif %}
{% if openid_form.next.errors %}
{{ openid_form.next.errors|join:", " }}
{% endif %}