From eb13ce1840e6937c244d2dfc7c62f857853693e1 Mon Sep 17 00:00:00 2001 From: Maxime Beauchemin Date: Mon, 14 Dec 2015 08:48:37 -0800 Subject: [PATCH] Cleaning up the html indentation on explore.html --- .../templates/appbuilder/baselayout.html | 10 +- panoramix/templates/panoramix/base.html | 3 + panoramix/templates/panoramix/explore.html | 265 +++++++++--------- 3 files changed, 141 insertions(+), 137 deletions(-) diff --git a/panoramix/templates/appbuilder/baselayout.html b/panoramix/templates/appbuilder/baselayout.html index bace4f4293342..33110ce164084 100644 --- a/panoramix/templates/appbuilder/baselayout.html +++ b/panoramix/templates/appbuilder/baselayout.html @@ -29,11 +29,11 @@ {% block footer %} {% endblock %} {% endblock %} diff --git a/panoramix/templates/panoramix/base.html b/panoramix/templates/panoramix/base.html index 6ebb3bdc2bf0c..bb9bd3299afe2 100644 --- a/panoramix/templates/panoramix/base.html +++ b/panoramix/templates/panoramix/base.html @@ -14,3 +14,6 @@ {{ super() }} {% endblock %} +{% block footer %} +{% endblock %} + diff --git a/panoramix/templates/panoramix/explore.html b/panoramix/templates/panoramix/explore.html index ef029cf56350c..12bea49555351 100644 --- a/panoramix/templates/panoramix/explore.html +++ b/panoramix/templates/panoramix/explore.html @@ -19,152 +19,153 @@