diff options
author | Alexander_Kabui | 2024-09-26 14:40:38 +0300 |
---|---|---|
committer | Alexander_Kabui | 2024-09-26 14:40:38 +0300 |
commit | e062ac387aa48c40f8cfba720cbbfc7fc86320d1 (patch) | |
tree | 9443f3b1c7319d8b02f00fa4acb3b5ad203702f7 /gn2/wqflask/templates/wgcna_setup.html | |
parent | 386130487dc5287382ebc27413a642253c953986 (diff) | |
download | genenetwork2-e062ac387aa48c40f8cfba720cbbfc7fc86320d1.tar.gz |
feat: Modify templates to extend from index_page.
* This ensures we have the global search functionality included
for all.
Diffstat (limited to 'gn2/wqflask/templates/wgcna_setup.html')
-rw-r--r-- | gn2/wqflask/templates/wgcna_setup.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gn2/wqflask/templates/wgcna_setup.html b/gn2/wqflask/templates/wgcna_setup.html index 20316ab2..33f8947d 100644 --- a/gn2/wqflask/templates/wgcna_setup.html +++ b/gn2/wqflask/templates/wgcna_setup.html @@ -1,4 +1,4 @@ -{% extends "base.html" %} +{% extends "index_page.html" %} {% block title %}WCGNA analysis{% endblock %} {% block content %} <!-- Start of body --> @@ -138,4 +138,4 @@ $(document).on('submit', '#wgcna_form', function(e) { }) </script> -{% endblock %}
\ No newline at end of file +{% endblock %} |