{% extends "account/base.html" %} {% load i18n %} {% load account_tags %} {% block head_title %}{% trans "Verify this Association" %}{% endblock %} {% block body %}
You have begun to associate {{ specific_openid }} with your existing account. This will allow you to sign in as {% user_display user %} using that OpenID. Click below to verify that association.
{% endblock %}