{% extends "base.html" %} {% load i18n %} {% block head %}{% endblock %} {% block title %}{% spaceless %}{% trans "Connect your OpenID with this site" %}{% endspaceless %}{% endblock %} {% block content %}
{% trans "Connect your OpenID with your account on this site" %}

{% trans "Your OpenID is accepted. Please complete this to finish registration." %}

{% trans "This account already exists, please use another." %}

{% if form1.errors %}

{% trans "Sorry, looks like we have some errors:" %}

{% endif %} {% if form2.errors %}

{% trans "Sorry, looks like we have some errors:" %}

{% endif %}
{{ form.next }}
{% trans "New account" %}

{{ form1.username }}

{{ form1.email }}
{% endblock %}