From 96eb3ddba734e6484b535881f350379511deb498 Mon Sep 17 00:00:00 2001 From: Marcio Mazza Date: Tue, 7 Oct 2014 20:12:33 -0300 Subject: [PATCH] Return content_title block to templates --- sigiStatic/css/base_site.css | 4 ++++ templates/admin/base.html | 5 +++++ 2 files changed, 9 insertions(+) diff --git a/sigiStatic/css/base_site.css b/sigiStatic/css/base_site.css index 03f25b4..e9c4b06 100644 --- a/sigiStatic/css/base_site.css +++ b/sigiStatic/css/base_site.css @@ -204,3 +204,7 @@ div#footer a { #navbar-title-tools { margin-bottom: 6px; } + +h1 { + margin-bottom: 20px; +} diff --git a/templates/admin/base.html b/templates/admin/base.html index 615bc3e..319bc89 100644 --- a/templates/admin/base.html +++ b/templates/admin/base.html @@ -143,9 +143,14 @@
+ + {% block content_title %}{% if title %}

{{ title }}

{% endif %}{% endblock %} + {% block navbar %} + {% endblock navbar %} {% block messages %}