X-Git-Url: https://git.openstreetmap.org./osqa.git/blobdiff_plain/dec306155823082d0e25e6abb10edc0cd269f0dd..ca88510e4dd14206f623cababfda1e8a9daf70d4:/forum/skins/default/templates/auth/auth_settings.html diff --git a/forum/skins/default/templates/auth/auth_settings.html b/forum/skins/default/templates/auth/auth_settings.html index e19a10c..3e32007 100644 --- a/forum/skins/default/templates/auth/auth_settings.html +++ b/forum/skins/default/templates/auth/auth_settings.html @@ -1,10 +1,10 @@ -{% extends "base.html" %} +{% extends "user.html" %} {% load i18n %} {% block head %}{% endblock %} {% block title %}{% spaceless %}{% trans "Authentication settings" %}{% endspaceless %}{% endblock %} -{% block content %} -
{% trans "Authentication settings" %}
+{% block usercontent %} +

{% trans "Authentication settings" %}

{% if auth_keys %}

{% blocktrans %}These are the external authentication providers currently associated with your account.{% endblocktrans %}

@@ -16,7 +16,7 @@ {% if not auth_keys %}

{% blocktrans %}You currently have no external authentication provider associated with your account.{% endblocktrans %}

{% endif %} -{% ifequal user request.user %} +{% ifequal view_user request.user %} {% endifequal %} {% if has_password %}