From 77a54af5824d2abab2df587cef10133580895ab8 Mon Sep 17 00:00:00 2001 From: Zambom Date: Thu, 1 Sep 2016 22:30:43 -0300 Subject: [PATCH] Adicionando topo (navbar) ao base.html --- app/templates/home_app.html | 17 ----------------- core/templates/base.html | 15 ++++++++++++++- 2 files changed, 14 insertions(+), 18 deletions(-) diff --git a/app/templates/home_app.html b/app/templates/home_app.html index e0567f6..ece1e08 100644 --- a/app/templates/home_app.html +++ b/app/templates/home_app.html @@ -2,23 +2,6 @@ {% load i18n %} -{% block nav %} -
- -
-{% endblock %} - {% block breadcrumbs %}
diff --git a/core/templates/base.html b/core/templates/base.html index 3e17f34..09959ce 100644 --- a/core/templates/base.html +++ b/core/templates/base.html @@ -31,7 +31,20 @@ {% block nav %} - +
+ +
{% endblock %}
-- libgit2 0.21.2