{% extends "authopenid/base_profile.html" %} {% load i18n %} {% block title %}{{ block.super }} | {% trans "Change OpenID" %}{% endblock %} {% block breadcrumb %}{{ block.super }} » {% trans "Change OpenID" %}{% endblock %} {% block content_title %}

{% trans "Change my OpenID" %}

{% endblock %} {% block body %}

{% trans "This is where you can change the OpenID URL associated with your account." %}

{% if form.errors %}

{% trans "Please correct errors below:" %}
{% if form.openid_url.errors %} {{ form.openid_url.errors|join:", " }} {% endif %}

{% endif %} {% if msg %}

{{ msg }}

{% endif %}
{{ form.openid_url }}

{% endblock %}