{% extends "authopenid/base_profile.html" %} {% load i18n %} {% block title %}{{ block.super }} | {% trans "OpenID verification" %}{% endblock %} {% block breadcrumb %}{{ block.super }} » {% trans "OpenID verification" %}{% endblock %} {% block content_title %}
Your OpenID can now be associated with a new or existing membership. You can change the association later in your preferences.
{% endblocktrans %}If you're joining for the first time, associate your OpenID with a new account. If you're already a member, associate with your existing account.
{% endblocktrans %}{% trans "Please correct errors below:" %}
{% if form1.username.errors %}
{{ form1.username.errors|join:", " }}
{% endif %}
{% if form1.email.errors %}
{{ form1.email.errors|join:", " }}
{% endif %}
{% trans "Please correct errors below:" %}
{% if form2.username.errors %}
{{ form2.username.errors|join:", " }}
{% endif %}
{% if form2.password.errors %}
{{ form2.password.errors|join:", " }}
{% endif %}