diff options
author | Evgeny Fadeev <evgeny.fadeev@gmail.com> | 2009-08-19 21:29:51 -0400 |
---|---|---|
committer | Evgeny Fadeev <evgeny.fadeev@gmail.com> | 2009-08-19 21:29:51 -0400 |
commit | 2022b772a01f36fa74de002b5370dd70b6c051ba (patch) | |
tree | 2ce70a5d5fb0eab245126fab7fac628fab0cffbe /templates/authopenid/settings.html | |
parent | 1bc0d490820c4587a8902747e8516aa6ae98a515 (diff) | |
download | askbot-2022b772a01f36fa74de002b5370dd70b6c051ba.tar.gz askbot-2022b772a01f36fa74de002b5370dd70b6c051ba.tar.bz2 askbot-2022b772a01f36fa74de002b5370dd70b6c051ba.zip |
added Adolfos mods, django_authopeid bug, unified traditional and OpenID login
Diffstat (limited to 'templates/authopenid/settings.html')
-rw-r--r-- | templates/authopenid/settings.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/authopenid/settings.html b/templates/authopenid/settings.html index a373324e..ecc16c72 100644 --- a/templates/authopenid/settings.html +++ b/templates/authopenid/settings.html @@ -31,7 +31,7 @@ <dt>» <a href="{% url user_changeemail %}">{% trans "Change email " %}</a></dt> <dd>{% trans "Add or update the email address associated with your account." %}</dd> {% if is_openid %} - <dt>» <a href="{% url user_changeopenid %}">{% trans "Change OpenID %}</a></dt> + <dt>» <a href="{% url user_changeopenid %}">{% trans "Change OpenID" %}</a></dt> <dd>{% trans "Change openid associated to your account" %}</dd> {% endif %} |