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 | 273 +++++++++--------- 3 files changed, 145 insertions(+), 141 deletions(-) diff --git a/panoramix/templates/appbuilder/baselayout.html b/panoramix/templates/appbuilder/baselayout.html index bace4f4293..33110ce164 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 6ebb3bdc2b..bb9bd3299a 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 ef029cf563..12bea49555 100644 --- a/panoramix/templates/panoramix/explore.html +++ b/panoramix/templates/panoramix/explore.html @@ -19,152 +19,153 @@