From f84ef60e3c79ceff0a70cd46895c1c8e678eac66 Mon Sep 17 00:00:00 2001 From: fbormann Date: Thu, 22 Sep 2016 10:17:02 -0300 Subject: [PATCH] fix bad structure on base.html, now it follows Bootstrap guidelines --- core/templates/base.html | 40 ++++++++++++++++------------------------ 1 file changed, 16 insertions(+), 24 deletions(-) diff --git a/core/templates/base.html b/core/templates/base.html index 1e46c08..4387773 100644 --- a/core/templates/base.html +++ b/core/templates/base.html @@ -38,10 +38,7 @@
{% block nav %}
-
-
-
-
{% endblock %}
-
-
{% block sidebar %} @@ -121,25 +113,25 @@ {% block render_breadcrumbs %} {% endblock %} +
+ + + + +
+ {% block content %} -
-
-
- {% block content %} - - {% endblock %} -
+ {% endblock %} +
-
- {% block rightbar %} +
+ {% block rightbar %} - {% endblock rightbar %} -
-
-
-
-
-
+ {% endblock rightbar %} +
+ + +
-- libgit2 0.21.2