From a146371b66f389c975aeeb992eeb01341f1c022f Mon Sep 17 00:00:00 2001 From: Jailson Dias Date: Tue, 15 Nov 2016 16:25:54 -0300 Subject: [PATCH] Resolvendo bugs em login #370 --- core/templates/index.html | 121 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--------------------------------------------------------- 1 file changed, 64 insertions(+), 57 deletions(-) diff --git a/core/templates/index.html b/core/templates/index.html index 2306faa..bb94007 100644 --- a/core/templates/index.html +++ b/core/templates/index.html @@ -7,68 +7,75 @@ {% endblock %} {% block sidebar %} - {% endblock sidebar %} +{% endblock sidebar %} {% block content %} -
-
-
- -
-
+
+
+
+
+
+
-
-
- {% if messages %} - {% for message in messages %} - - {% endfor %} - {% endif %} -
-
-
- {% csrf_token %} -
-
- - -
-
-
-
- - -
-
-
-
- -
-
-
-
- -
- - -
-
- {% trans 'Sign Up' %} +
+
+ {% if messages %} + {% for message in messages %} + + {% endfor %} + {% endif %} +
+
+
+
+

{% trans "User Login" %}

+
+
+
+ {% csrf_token %} +
+
+ + +
+
+
+
+ + +
+
+
+
+ +
+
+
+
+
+ +
+ +
+
+ {% trans 'Sign Up' %} +
+
{% endblock%} - - -- libgit2 0.21.2