diff options
Diffstat (limited to 'gn2/wqflask/templates/test_correlation_page.html')
-rw-r--r-- | gn2/wqflask/templates/test_correlation_page.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gn2/wqflask/templates/test_correlation_page.html b/gn2/wqflask/templates/test_correlation_page.html index 9b0b2828..40bf99c3 100644 --- a/gn2/wqflask/templates/test_correlation_page.html +++ b/gn2/wqflask/templates/test_correlation_page.html @@ -1,4 +1,4 @@ -{% extends "base.html" %} +{% extends "index_page.html" %} {% block title %}Correlation Results{% endblock %} {% block css %} <link rel="stylesheet" type="text/css" href="{{ url_for('css', filename='DataTables/css/jquery.dataTables.css') }}" /> @@ -156,4 +156,4 @@ console.log(correlationResults) } ); </script> -{% endblock %}
\ No newline at end of file +{% endblock %} |