fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
upgrade allauth and facebook api
[wolnelektury.git]
/
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
80f9c2f
..
d998b7a
100644
(file)
--- 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 %}
{% 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 %}
<li>
{% if provider.id == "openid" %}
{% for brand in provider.get_brands %}
<li>