Commit f61682b9 authored by Michal Čihař's avatar Michal Čihař

Nicer disconnect butons

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent 52627f61
......@@ -149,7 +149,7 @@
<th>{% auth_name assoc.provider %}</th>
<td>{{ assoc.uid }}</th>
<td>
<a href="{% url 'social:disconnect_individual' assoc.provider assoc.id %}?next={% url 'profile' %}" class="disconnect btn btn-default">{% trans "Disconnect" %}</a>
<a href="{% url 'social:disconnect_individual' assoc.provider assoc.id %}?next={% url 'profile' %}" class="disconnect btn btn-danger"><i class="fa fa-trash"></i>{% trans "Disconnect" %}</a>
</td>
</tr>
......
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