{% extends "site_base.html" %} {% load i18n %} {% load bootstrap_tags %} {% block head_title %}{% trans "Choose a Username" %}{% endblock %} {% block body %}

{% trans "Choose a Username" %}

{% if form.errors %}

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

{% endif %}

{% blocktrans %}Now that you have logged in with your OpenID, we need you to choose a username for this site.{% endblocktrans %}

{% csrf_token %} {{ form|as_bootstrap }}
{% url acct_login_openid as acct_login_openid_url %} {% url terms as terms_url %} {% url privacy as privacy_url %}

{% blocktrans %}Already have an account? Log in 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 %}