From b8f65aca757a3daf8f76b6411bfc100b163a71d7 Mon Sep 17 00:00:00 2001 From: Marcio Mazza Date: Tue, 8 Mar 2016 10:55:36 -0300 Subject: [PATCH] =?UTF-8?q?Reoformata=C3=A7=C3=A3o?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/base.html | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/templates/base.html b/templates/base.html index 4c541d06f..1e619c84c 100644 --- a/templates/base.html +++ b/templates/base.html @@ -111,17 +111,17 @@ {% block main_header %}
@@ -155,12 +155,12 @@ {% block title %}

- {% if title %} - {{ title|safe|linebreaksbr }} + {% if title %} + {{ title|safe|linebreaksbr }} {% elif object %} {{ object|safe|linebreaksbr }} {% endif %} -

+ {% endblock %}