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