X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/23025f539214ffbd82a597d4a1d70808d6e59f31..c26ab6ee15974c1133a6d08c459b51199185f25f:/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 deleted file mode 100644 index 99e30a5c1..000000000 --- a/wolnelektury/templates/socialaccount/snippets/provider_list.html +++ /dev/null @@ -1,21 +0,0 @@ -{% load allauth_tags %} - -{% if allauth.openid_enabled %} -
  • - Google
  • -{% endif %} -{% if allauth.twitter_enabled %} -
  • - Twitter
  • -{% endif %} -{% if allauth.facebook_enabled %} -
  • - Facebook
  • -{% endif %} -{% if allauth.openid_enabled %} - - - -{% endif %}