From 54fa1f20a59248778aacec387a993ea818c2539f Mon Sep 17 00:00:00 2001 From: David Baumgold Date: Wed, 14 Nov 2018 16:37:50 +0100 Subject: [PATCH] Faceboook --- get_together/templates/get_together/users/login.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/get_together/templates/get_together/users/login.html b/get_together/templates/get_together/users/login.html index 5ea0672..96815fc 100644 --- a/get_together/templates/get_together/users/login.html +++ b/get_together/templates/get_together/users/login.html @@ -13,7 +13,7 @@
{% if settings.SOCIAL_AUTH_GOOGLE_OAUTH2_KEY %} Google
{% endif %} - {% if settings.SOCIAL_AUTH_FACEBOOK_KEY %} Faceboook
{% endif %} + {% if settings.SOCIAL_AUTH_FACEBOOK_KEY %} Facebook
{% endif %} {% if settings.SOCIAL_AUTH_TWITTER_KEY %} Twitter
{% endif %} {% comment %}{% if settings.SOCIAL_AUTH_LINKEDIN_KEY %} LinkedIn
{% endif %}{% endcomment %} {% if settings.SOCIAL_AUTH_GITHUB_KEY %} GitHub
{% endif %}