X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/87ff3f803d2f147e6fa939a99c4c4a4ca6aa965f..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 85bf0bcc0..000000000 --- a/wolnelektury/templates/socialaccount/snippets/provider_list.html +++ /dev/null @@ -1,24 +0,0 @@ -{% 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.openid_enabled %} - - -
  • - OpenID
  • - -{% endif %}