X-Git-Url: https://git.openstreetmap.org./osqa.git/blobdiff_plain/3de45a52d2189bf50f4f243efaf470d47f07c070..ee224eb2acc8f8d6ef4af6c083060a4403f45cd9:/forum/skins/default/templates/auth/auth_settings.html?ds=sidebyside diff --git a/forum/skins/default/templates/auth/auth_settings.html b/forum/skins/default/templates/auth/auth_settings.html index 8b52019..4d9064c 100644 --- a/forum/skins/default/templates/auth/auth_settings.html +++ b/forum/skins/default/templates/auth/auth_settings.html @@ -9,7 +9,7 @@

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

{% for key in auth_keys %} -

{{ key.name }} ({% trans "remove" %})

+

{{ key.name }} ({% trans "remove" %})

{% endfor %}
{% endif %} @@ -17,7 +17,7 @@

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

{% endif %} {% ifequal view_user request.user %} - + {% endifequal %} {% if allow_local_auth %} {% if has_password %} @@ -27,6 +27,7 @@ {% endif %}
+ {% csrf_token %}