diff --git a/templates/download_results.html b/templates/download_results.html index 94e7cd7..ab5c09b 100644 --- a/templates/download_results.html +++ b/templates/download_results.html @@ -1,6 +1,5 @@ {% include "header.html" %} -
@@ -87,7 +86,6 @@
-
{% block scripts %} {{ bootstrap.load_js() }} diff --git a/templates/footer.html b/templates/footer.html index ab0b96a..4d370db 100644 --- a/templates/footer.html +++ b/templates/footer.html @@ -1,4 +1,5 @@ - + + \ No newline at end of file diff --git a/templates/header.html b/templates/header.html index 10edefe..5154f72 100644 --- a/templates/header.html +++ b/templates/header.html @@ -28,4 +28,5 @@ - \ No newline at end of file + +
\ No newline at end of file diff --git a/templates/index.html b/templates/index.html index dfd15c9..e673002 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1,5 +1,4 @@ {% include "header.html" %} -

Config

@@ -40,7 +39,6 @@
-
{% block scripts %} {{ bootstrap.load_js() }}