From 0dbe6eb5012dd3790189278ab0b75c4e821fd13f Mon Sep 17 00:00:00 2001 From: Sourav Badami Date: Tue, 5 Sep 2017 16:41:32 +0530 Subject: [PATCH] Redesigned login form. #541 (#542) --- website/templates/account/login.html | 111 ++++++++++++++------------- 1 file changed, 59 insertions(+), 52 deletions(-) diff --git a/website/templates/account/login.html b/website/templates/account/login.html index 991ced2f7..39e69aa24 100644 --- a/website/templates/account/login.html +++ b/website/templates/account/login.html @@ -20,64 +20,71 @@ {% block content %} {% get_providers as socialaccount_providers %} - -

Login

- {% if socialaccount_providers %}
-
-
-
    - {% for provider in socialaccount_providers %} - {% if provider.id == "openid" %} - {% for brand in provider.get_brands %} +
    +
    +

    Login

    +
    +
    + {% if socialaccount_providers %} +
    +
    +
    + +
+
+
- - - {% include "socialaccount/snippets/login_extra.html" %} - {% endif %} - -
+ {% include "socialaccount/snippets/login_extra.html" %} + {% endif %} +
- -
+ + {% endblock %}