diff --git a/amiibofindr/templates/account/login.html b/amiibofindr/templates/account/login.html index 5dc71fd..22f5bd0 100644 --- a/amiibofindr/templates/account/login.html +++ b/amiibofindr/templates/account/login.html @@ -32,11 +32,9 @@ {% endfor %} {% endif %} -
- {{ provider.name }} -
{% endfor %} diff --git a/amiibofindr/templates/profile/main.html b/amiibofindr/templates/profile/main.html index 0d440b5..2eff45b 100644 --- a/amiibofindr/templates/profile/main.html +++ b/amiibofindr/templates/profile/main.html @@ -45,7 +45,7 @@ {% for provider, profiles in accounts.items %} {% for profile in profiles %}
- + {{ profile }} diff --git a/amiibofindr/templates/socialaccount/snippets/provider_list.html b/amiibofindr/templates/socialaccount/snippets/provider_list.html index 45216b9..a7448e3 100644 --- a/amiibofindr/templates/socialaccount/snippets/provider_list.html +++ b/amiibofindr/templates/socialaccount/snippets/provider_list.html @@ -13,9 +13,7 @@
{% endfor %} {% endif %} -
- - {{ provider.name }} -
+ + {{ provider.name }} {% endfor %}