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