{% load i18n %} {% load static %} Associate with your OpenID

Associate with your OpenID

{% 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 %}

{% endif %}
{% csrf_token %}
{% trans "Associate with Your OpenID" %}

{{ form.openid_identifier }}
{% if next %} {% endif %}