Commit 6c4299a0 authored by Michal Čihař's avatar Michal Čihař

Better labels for identities management

parent fa2dbe7f
......@@ -23,7 +23,7 @@
<li><a href="#subscriptions">{% trans "Subscriptions" %}</a></li>
<li><a href="#account">{% trans "Account" %}</a></li>
<li><a href="#password">{% trans "Password" %}</a></li>
<li><a href="#connections">{% trans "Connections" %}</a></li>
<li><a href="#identities">{% trans "Identities" %}</a></li>
<li><a href="#info">{% trans "Information" %}</a></li>
<li><a href="#licenses">{% trans "Licenses" %}</a></li>
<li><a href="#avatar">{% trans "Avatar" %}</a></li>
......@@ -49,8 +49,9 @@
{% url 'django.contrib.auth.views.password_change' as pw_url %}
{% blocktrans %}You can change password on <a href="{{ pw_url }}">separate page</a>.{% endblocktrans %}
</div>
<div id="connections">
<p>Associated:</p>
<div id="identities">
<p>{% trans "You can manage third party services which are associated to this account." %}</p>
<p>{% trans "Currently associated:" %}</p>
<ul>
{% for assoc in backends.associated %}
<li>
......@@ -59,7 +60,7 @@
{% endfor %}
</ul>
<p>Associate:</p>
<p>{% trans "Add new association:" %}</p>
<ul>
{% for name in backends.not_associated %}
<li>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment