Commit 7bb55f6c authored by Michal Čihař's avatar Michal Čihař

Make button text translatable

parent 9da19e1e
...@@ -62,7 +62,7 @@ ...@@ -62,7 +62,7 @@
<th>{{ assoc.provider }}</th> <th>{{ assoc.provider }}</th>
<td>{{ assoc.uid }}</th> <td>{{ assoc.uid }}</th>
<td> <td>
<a href="{% url 'social:disconnect_individual' assoc.provider assoc.id %}" class="disconnect button">Disconnect</a> <a href="{% url 'social:disconnect_individual' assoc.provider assoc.id %}" class="disconnect button">{% trans "Disconnect" %}</a>
{% if assoc.provider == 'email' %} {% if assoc.provider == 'email' %}
<a href="{% url 'django.contrib.auth.views.password_change' %}" class="button">{% trans "Change password" %}</a> <a href="{% url 'django.contrib.auth.views.password_change' %}" class="button">{% trans "Change password" %}</a>
{% endif %} {% endif %}
......
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