{% extends "account/base.html" %} {% load i18n %} {% block head_title %}{% trans "Sign Up with OpenID" %}{% endblock %} {% block body %}

{% trans "Sign Up with OpenID" %}

{% if form.errors %}

{% trans "Please correct the errors below:" %}

{% endif %}
{{ form.as_table }}

{% blocktrans %}Already have an account? Login here to associate your OpenID with your existing account.{% endblocktrans %}

{% blocktrans %}By clicking "Sign Up", you are indicating that you have read and agree to the Terms of Use and Privacy Policy.{% endblocktrans %}

{% blocktrans %}If you have any trouble creating your account, contact us at {{ contact_email }}.{% endblocktrans %}

{% endblock %}