X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/c26ab6ee15974c1133a6d08c459b51199185f25f..48ea8260808c6d2a04883108617bcc635c2e6301:/apps/wolnelektury_core/templates/socialaccount/connections.html

diff --git a/apps/wolnelektury_core/templates/socialaccount/connections.html b/apps/wolnelektury_core/templates/socialaccount/connections.html
index 0446fd921..9896b0954 100644
--- a/apps/wolnelektury_core/templates/socialaccount/connections.html
+++ b/apps/wolnelektury_core/templates/socialaccount/connections.html
@@ -7,6 +7,7 @@
 {% block body %}
 <h1>{% trans "Account Connections" %}</h1>
 
+<div class="normal-text white-box">
 {% if form.accounts %}
 <p>{% blocktrans %}You can sign in to your account using any of the following third party accounts:{% endblocktrans %}</p>
 
@@ -24,8 +25,8 @@
 <div class="ctrlHolder">
 <label for="id_account_{{base_account.id}}">
 <input id="id_account_{{base_account.id}}" type="radio" name="account" value="{{base_account.id}}"/>
-<span class="socialaccount_provider {{account.get_provider}}">{{account.get_provider}}</span>
-{{account}}
+<span class="socialaccount_provider {{base_account.provider}} {{account.get_brand.id}}">{{account.get_brand.name}}</span>
+<small>{{account}}</small>
 </label>
 </div>
 {% endwith %}
@@ -50,7 +51,7 @@
 </ul>
 
 {% include "socialaccount/snippets/login_extra.html" %}
-
+</div>
 {% endblock %}