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 @@