fixed template for account page
This commit is contained in:
parent
739e564099
commit
6db9d507f1
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@
|
|||
<p><a class="button" href="{% url 'social:begin' backend=backend %}?next={% url 'site.account' %}" target="_self">Link {{ name }}</a></p>
|
||||
{% endfor %}
|
||||
{% for backend, name in sso_backends.associated.items %}
|
||||
<p><a class="button delete" href="{% url 'social:disconnect' backend=backend %}?next={% url 'site.account' %}" target="_self">{ name }}</a></p>
|
||||
<p><a class="button delete" href="{% url 'social:disconnect' backend=backend %}?next={% url 'site.account' %}" target="_self">{{ name }}</a></p>
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue