summaryrefslogtreecommitdiffstats
path: root/templates/authopenid/settings.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/authopenid/settings.html')
-rw-r--r--templates/authopenid/settings.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/authopenid/settings.html b/templates/authopenid/settings.html
index a373324e..66ea5953 100644
--- a/templates/authopenid/settings.html
+++ b/templates/authopenid/settings.html
@@ -1,7 +1,7 @@
{% extends "base_content.html" %}
<!-- settings.html -->
{% load i18n %}
-
+{% block title %}{% spaceless %}{% trans "Account functions" %}{% endspaceless %}{% endblock %}
{% block head %}
<style type="text/css" media="screen">
h4 {font-size:12pt;}
@@ -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 %}