From 276e30f406e27d2cb480be1f4c951cbab3c1e645 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felipe=20Mart=C3=ADn?= Date: Sun, 11 Oct 2015 10:52:48 +0200 Subject: [PATCH] Fixed providers listings --- amiibofindr/templates/account/login.html | 4 +--- amiibofindr/templates/profile/main.html | 2 +- .../templates/socialaccount/snippets/provider_list.html | 8 +++----- 3 files changed, 5 insertions(+), 9 deletions(-) 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 %}