X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/45696bbb638e45271f2c108616f7a9427cf87f7d..ce3795b6c4f878c496b4d46193e3379f8efb077b:/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 d998b7a54..61b39024a 100644 --- a/src/wolnelektury/templates/socialaccount/snippets/provider_list.html +++ b/src/wolnelektury/templates/socialaccount/snippets/provider_list.html @@ -1,5 +1,6 @@ {% load socialaccount %} -{% load static from staticfiles %} + +{% load static from static %} {% get_providers as providers %} {% for provider in providers %} @@ -8,7 +9,7 @@
  • {{ brand.name }}
  • @@ -16,7 +17,7 @@ {% endif %}
  • {{ provider.name }}