From c1db7617dcce674437e2678210ada69324eefe9c Mon Sep 17 00:00:00 2001 From: Gustavo Date: Wed, 26 Apr 2017 23:43:39 -0300 Subject: [PATCH] Modified login screen to adjust languages submenu icons --- users/templates/users/login.html | 47 ++++++++++++++++++++--------------------------- 1 file changed, 20 insertions(+), 27 deletions(-) diff --git a/users/templates/users/login.html b/users/templates/users/login.html index bc272ec..ed3a0c8 100644 --- a/users/templates/users/login.html +++ b/users/templates/users/login.html @@ -31,7 +31,7 @@ {% endfor %} {% endif %} - +
@@ -39,7 +39,7 @@

{% trans 'Sign in with your account to continue' %}

- +
{% csrf_token %}
@@ -52,10 +52,10 @@
- + - - + +
{% if not deny_register %} @@ -74,23 +74,23 @@
- + {% if not deny_register %}
{% trans 'Forgot your password?' %} - @@ -116,15 +113,14 @@
{% trans 'Forgot your password?' %} - @@ -153,7 +146,7 @@
- + {% endblock%} {% block footer %} @@ -171,4 +164,4 @@ {% endblock %} {% block bottommenu %} -{% endblock %} \ No newline at end of file +{% endblock %} -- libgit2 0.21.2