diff options
Diffstat (limited to 'gn2/wqflask/templates/correlation_matrix.html')
-rw-r--r-- | gn2/wqflask/templates/correlation_matrix.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gn2/wqflask/templates/correlation_matrix.html b/gn2/wqflask/templates/correlation_matrix.html index 17fd66fa..08cbb83a 100644 --- a/gn2/wqflask/templates/correlation_matrix.html +++ b/gn2/wqflask/templates/correlation_matrix.html @@ -1,4 +1,4 @@ -{% extends "base.html" %} +{% extends "index_page.html" %} {% block title %}Correlation Matrix{% endblock %} {% block css %} <link rel="stylesheet" type="text/css" href="{{ url_for('css', filename='DataTables/css/jquery.dataTables.css') }}" /> |