fix trans call
This commit is contained in:
parent
b70f89a341
commit
30ddaafbf9
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@
|
||||||
|
|
||||||
{% if sso_backends %}
|
{% if sso_backends %}
|
||||||
<hr>
|
<hr>
|
||||||
<p>{% trans %}SSO Connections:{% endtrans %}</p>
|
<p>{% trans 'SSO Connections:' %}</p>
|
||||||
{% for backend, name in sso_backends.not_associated.items %}
|
{% for backend, name in sso_backends.not_associated.items %}
|
||||||
<p><a class="button" href="{% url 'social:begin' backend=backend %}?next={% url 'site.account' %}">Link {{ name }}</a></p>
|
<p><a class="button" href="{% url 'social:begin' backend=backend %}?next={% url 'site.account' %}">Link {{ name }}</a></p>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue