{% 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 "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 %}
{{ msg }}
{% endif %}