{% extends "base.html" %} {% load i18n %} {% block head %}{% endblock %} {% block content %}
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 Sitename, 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 %}