diff --git a/get_together/templates/get_together/users/login.html b/get_together/templates/get_together/users/login.html index f970204..b6ea0d7 100644 --- a/get_together/templates/get_together/users/login.html +++ b/get_together/templates/get_together/users/login.html @@ -6,18 +6,16 @@ {% endblock %} {% block content %} -
-

{% trans "Login to your account" %}

-
-
-
-
+

{% trans "Login to your account" %}

+
+
{% if settings.SOCIAL_AUTH_GOOGLE_OAUTH2_KEY %} Google
{% 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 %} -

{% trans "OR" %}

+

{% trans "OR" %}

+
-
+ {% csrf_token %} {{ login_form }} @@ -37,12 +35,12 @@

{% trans "Login to your account" %}



- {% trans "Forgot my password" %} + {% trans "Forgot my password" %}
{% csrf_token %} -
+
{{ signup_form }}
@@ -50,10 +48,7 @@

{% trans "Login to your account" %}

-
-
-
{% endblock %}