{% extends "account/base.html" %} {% load i18n %} {% block head_title %}{% trans "Verify this Association" %}{% endblock %} {% block body %}

{% trans "Verify this Association" %}

You have begun to associate {{ specific_openid }} with your existing account. This will allow you to sign in as {{ user }} using that OpenID. Click below to verify that association.

{% if next %} {% endif %}
{% endblock %}