From e062ac387aa48c40f8cfba720cbbfc7fc86320d1 Mon Sep 17 00:00:00 2001 From: Alexander_Kabui Date: Thu, 26 Sep 2024 14:40:38 +0300 Subject: feat: Modify templates to extend from index_page. * This ensures we have the global search functionality included for all. --- gn2/wqflask/templates/partial_correlations/pcorrs_error.html | 2 +- gn2/wqflask/templates/partial_correlations/pcorrs_poll_results.html | 2 +- .../templates/partial_correlations/pcorrs_results_presentation.html | 2 +- .../partial_correlations/pcorrs_results_with_target_traits.html | 2 +- .../templates/partial_correlations/pcorrs_select_operations.html | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) (limited to 'gn2/wqflask/templates/partial_correlations') 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 %} 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%} -- cgit v1.2.3