{% extends 'base.html' %} {% load i18n %} {% block title %}{% trans 'Add a new OpenID' %} - Libravatar{% endblock title %} {% block content %}

{% trans 'Add a new OpenID' %}

{% trans 'Once you have confirmed this OpenID URL, you will be able to log into your account using that OpenID URL.' %}

{% csrf_token %} {{form.openid.errors}}

{{form.openid.label_tag}}: {{form.openid}}

{% trans 'You will be redirected to the authorisation page for the provider. If the process fails, you can remove the ID from this list and try adding it again.' %}

 {% trans 'Cancel' %}

{% endblock content %}