{% extends "account/base.html" %} {% load account_tags %} {% block title %}{% trans "Verify this Association" %} - {{ block.super }}{% endblock %} {% block main %}

{% trans "Verify this Association" %}

{% user_display user as user_display_user %}{% blocktrans %}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.{% endblocktrans %}

{% csrf_token %}
{% if next %} {% endif %} {% trans "Decline" %}
{% endblock %}