{% extends "registration/registration.html" %} {% load i18n %} {% block registration_header %}

{% trans "Your OpenID is verified! " %}

{% blocktrans %}

Your OpenID can now be associated with a new or existing membership. You can change the association later in your preferences.

{% endblocktrans %}

{% trans "Associate your OpenID" %}

{% blocktrans %}

If you're joining CHARMe, associate your OpenID with a new account. If you're already a member, associate with your existing account.

{% endblocktrans %}

A new account

{% endblock %} {% block registration_footer %}

An existing account

{% if auth_form.non_field_errors %}
{% endif %}
{% csrf_token %}
{{ auth_form.username }} {{ auth_form.username.errors }}
{{ auth_form.password }} {{ auth_form.password.errors }}
{% endblock %}