X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/d316a52151685a1b7c295baa12b73a73eabe5657..ae60b2a3949e96357477cc04f90fd0873cee8a92:/apps/wolnelektury_core/templates/socialaccount/snippets/provider_list.html diff --git a/apps/wolnelektury_core/templates/socialaccount/snippets/provider_list.html b/apps/wolnelektury_core/templates/socialaccount/snippets/provider_list.html deleted file mode 100644 index 1361d7018..000000000 --- a/apps/wolnelektury_core/templates/socialaccount/snippets/provider_list.html +++ /dev/null @@ -1,20 +0,0 @@ -{% load static from staticfiles %} -{% load allauth_tags %} -{% load common_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 %}