diff --git a/search-app/resources/templates/collection-base.html b/search-app/resources/templates/collection-base.html index 065889f100..1e42392340 100644 --- a/search-app/resources/templates/collection-base.html +++ b/search-app/resources/templates/collection-base.html @@ -11,6 +11,27 @@

Fetching Collection...

+ + {% endblock %} {% block body-end %} diff --git a/search-app/resources/templates/service-base.html b/search-app/resources/templates/service-base.html index 6837e03e49..7e59e4dc71 100644 --- a/search-app/resources/templates/service-base.html +++ b/search-app/resources/templates/service-base.html @@ -11,6 +11,22 @@

Fetching Service...

+ + {% endblock %} {% block body-end %} diff --git a/search-app/resources/templates/tool-base.html b/search-app/resources/templates/tool-base.html index 79a46ab7e5..8990676444 100644 --- a/search-app/resources/templates/tool-base.html +++ b/search-app/resources/templates/tool-base.html @@ -11,6 +11,19 @@

Fetching Tool...

+ + {% endblock %} {% block body-end %} diff --git a/search-app/resources/templates/variable-base.html b/search-app/resources/templates/variable-base.html index 95bf90921b..0b2556ce44 100644 --- a/search-app/resources/templates/variable-base.html +++ b/search-app/resources/templates/variable-base.html @@ -11,6 +11,23 @@

Fetching Variable...

+ + {% endblock %} {% block body-end %}