diff options
author | Alexander Kabui | 2024-10-01 10:36:13 +0300 |
---|---|---|
committer | GitHub | 2024-10-01 10:36:13 +0300 |
commit | f75ea839c34e73c916c30b6857611cfc618940dd (patch) | |
tree | 5f2cc86d18a44c4e0f253bcf632695085c341521 /gn2/wqflask/templates/partial_correlations | |
parent | ae572dfe805defc4d40d173325178f5b08c080bf (diff) | |
parent | 5b840e6421ae5b20ce946642053ff702d0588f03 (diff) | |
download | genenetwork2-f75ea839c34e73c916c30b6857611cfc618940dd.tar.gz |
Merge pull request #877 from genenetwork/feature/cleanup-base-file
Feature/cleanup base file
Diffstat (limited to 'gn2/wqflask/templates/partial_correlations')
5 files changed, 5 insertions, 5 deletions
diff --git a/gn2/wqflask/templates/partial_correlations/pcorrs_error.html b/gn2/wqflask/templates/partial_correlations/pcorrs_error.html index 8d6c4bbe..68a00edb 100644 --- a/gn2/wqflask/templates/partial_correlations/pcorrs_error.html +++ b/gn2/wqflask/templates/partial_correlations/pcorrs_error.html @@ -1,4 +1,4 @@ -{% extends "base.html" %} +{% extends "index_page.html" %} {% block title %}Error: {{message}}{% endblock %} {% block content %} <!-- Start of body --> diff --git a/gn2/wqflask/templates/partial_correlations/pcorrs_poll_results.html b/gn2/wqflask/templates/partial_correlations/pcorrs_poll_results.html index 38577c32..22d16823 100644 --- a/gn2/wqflask/templates/partial_correlations/pcorrs_poll_results.html +++ b/gn2/wqflask/templates/partial_correlations/pcorrs_poll_results.html @@ -1,4 +1,4 @@ -{%extends "base.html"%} +{% extends "index_page.html" %} {%block title%}Partial Correlations:{%endblock%} diff --git a/gn2/wqflask/templates/partial_correlations/pcorrs_results_presentation.html b/gn2/wqflask/templates/partial_correlations/pcorrs_results_presentation.html index dac02397..a4a767f3 100644 --- a/gn2/wqflask/templates/partial_correlations/pcorrs_results_presentation.html +++ b/gn2/wqflask/templates/partial_correlations/pcorrs_results_presentation.html @@ -1,4 +1,4 @@ -{%extends "base.html"%} +{% extends "index_page.html" %} {%block title%}Partial Correlations:{%endblock%} diff --git a/gn2/wqflask/templates/partial_correlations/pcorrs_results_with_target_traits.html b/gn2/wqflask/templates/partial_correlations/pcorrs_results_with_target_traits.html index c1ef6001..ebb48c6f 100644 --- a/gn2/wqflask/templates/partial_correlations/pcorrs_results_with_target_traits.html +++ b/gn2/wqflask/templates/partial_correlations/pcorrs_results_with_target_traits.html @@ -1,4 +1,4 @@ -{%extends "base.html"%} +{% extends "index_page.html" %} {%block title%}Partial Correlations:{%endblock%} diff --git a/gn2/wqflask/templates/partial_correlations/pcorrs_select_operations.html b/gn2/wqflask/templates/partial_correlations/pcorrs_select_operations.html index fe7f8cd4..66285f28 100644 --- a/gn2/wqflask/templates/partial_correlations/pcorrs_select_operations.html +++ b/gn2/wqflask/templates/partial_correlations/pcorrs_select_operations.html @@ -1,4 +1,4 @@ -{%extends "base.html"%} +{% extends "index_page.html" %} {%block title%}Partial Correlations:{%endblock%} |