use icon also in connections list

This commit is contained in:
Matthias 2021-09-01 02:18:58 +02:00
parent 0b8a88e216
commit 146f856f53
No known key found for this signature in database
GPG Key ID: F50EF5741D33E076

View File

@ -115,7 +115,8 @@
<div>
<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 {{ base_account.provider }} {{ account.get_brand.id }}">{{account.get_brand.name}}</span>
<span class="socialaccount_provider {{ base_account.provider }} {{ account.get_brand.id }}">
<span class='brand-icon' brand_name='{{account.get_brand.id}}'></span>{{account.get_brand.name}}</span>
{{ account }}
</label>
</div>