X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/23025f539214ffbd82a597d4a1d70808d6e59f31..7605d3596bad00cbb815454faac690c6b06808f2:/wolnelektury/templates/socialaccount/snippets/provider_list.html diff --git a/wolnelektury/templates/socialaccount/snippets/provider_list.html b/wolnelektury/templates/socialaccount/snippets/provider_list.html index 99e30a5c1..85bf0bcc0 100644 --- a/wolnelektury/templates/socialaccount/snippets/provider_list.html +++ b/wolnelektury/templates/socialaccount/snippets/provider_list.html @@ -1,21 +1,24 @@ {% load allauth_tags %} +{% load catalogue_tags %} {% if allauth.openid_enabled %}
  • Google
  • {% endif %} +{% if allauth.facebook_enabled %} +
  • + Facebook
  • +{% endif %} {% if allauth.twitter_enabled %}
  • Twitter
  • {% endif %} -{% if allauth.facebook_enabled %} -
  • - Facebook
  • -{% endif %} {% if allauth.openid_enabled %} + - +
  • + OpenID
  • {% endif %}