X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/052d04573f9cda47a575ee36e44e3a7d97da354a..45696bbb638e45271f2c108616f7a9427cf87f7d:/src/wolnelektury/templates/socialaccount/snippets/provider_list.html diff --git a/src/wolnelektury/templates/socialaccount/snippets/provider_list.html b/src/wolnelektury/templates/socialaccount/snippets/provider_list.html index 80f9c2f2d..d998b7a54 100644 --- a/src/wolnelektury/templates/socialaccount/snippets/provider_list.html +++ b/src/wolnelektury/templates/socialaccount/snippets/provider_list.html @@ -1,7 +1,8 @@ {% load socialaccount %} {% load static from staticfiles %} -{% for provider in socialaccount.providers %} +{% get_providers as providers %} +{% for provider in providers %} {% if provider.id == "openid" %} {% for brand in provider.get_brands %}