about summary refs log tree commit diff
path: root/gn2/wqflask/templates/heatmap.html
diff options
context:
space:
mode:
authorAlexander_Kabui2024-09-26 14:40:38 +0300
committerAlexander_Kabui2024-09-26 14:40:38 +0300
commite062ac387aa48c40f8cfba720cbbfc7fc86320d1 (patch)
tree9443f3b1c7319d8b02f00fa4acb3b5ad203702f7 /gn2/wqflask/templates/heatmap.html
parent386130487dc5287382ebc27413a642253c953986 (diff)
downloadgenenetwork2-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/heatmap.html')
-rw-r--r--gn2/wqflask/templates/heatmap.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/gn2/wqflask/templates/heatmap.html b/gn2/wqflask/templates/heatmap.html
index 92754266..161625dc 100644
--- a/gn2/wqflask/templates/heatmap.html
+++ b/gn2/wqflask/templates/heatmap.html
@@ -1,4 +1,4 @@
-{% extends "base.html" %}
+{% extends "index_page.html" %}
 {% block title %}Heatmap{% endblock %}
 {% block css %}
      <link rel="stylesheet" type="text/css" href="{{ url_for('css', filename='d3-tip/d3-tip.css') }}" />
@@ -41,4 +41,4 @@
     <script language="javascript" type="text/javascript" src="/static/new/javascript/iplotMScanone_noeff.js"></script>
     <script language="javascript" type="text/javascript" src="{{ url_for('js', filename='js_alt/underscore.min.js') }}"></script>
 
-{% endblock %}
\ No newline at end of file
+{% endblock %}