From 5c57a626635bff4ef3be1c0ac1e79425c0323371 Mon Sep 17 00:00:00 2001 From: fbormann Date: Thu, 8 Sep 2016 21:06:23 -0300 Subject: [PATCH] Added logo image to login page and improved responsiveness --- core/templates/base.html | 4 +++- core/templates/index.html | 29 ++++++++++++++++++----------- 2 files changed, 21 insertions(+), 12 deletions(-) diff --git a/core/templates/base.html b/core/templates/base.html index 92abe7f..28e2968 100644 --- a/core/templates/base.html +++ b/core/templates/base.html @@ -37,6 +37,7 @@ {% block nav %} +
+
{% endblock %} -
+
{% block breadcrumbs %} {% endblock %} diff --git a/core/templates/index.html b/core/templates/index.html index b897022..2a93c95 100644 --- a/core/templates/index.html +++ b/core/templates/index.html @@ -6,15 +6,18 @@ {% block nav %} {% endblock %} +{% block sidebar %} + {% endblock sidebar %} + {% block content %}
-
- logo amadeus +
+ logo amadeus
-
+
{% if message %}
@@ -23,7 +26,7 @@ {% endif %}
-
+
{% csrf_token %}
@@ -38,7 +41,7 @@
-
+
-
+ -
-
+ +
-
+
-
+
- {% endblock%} + +{% block rightbar %} + +{% endblock rightbar %} \ No newline at end of file -- libgit2 0.21.2