aboutsummaryrefslogtreecommitdiff
path: root/wqflask
diff options
context:
space:
mode:
authorzsloan2022-05-17 17:55:02 +0000
committerzsloan2022-05-17 17:55:32 +0000
commite1a859f1800e162f120fca207cffd0a4092b11c2 (patch)
treeeba918487d66c8bb9b9a5718279be7871f61f2b6 /wqflask
parent23dd7bdc6c318b580172ab00930da166a2efa76a (diff)
downloadgenenetwork2-e1a859f1800e162f120fca207cffd0a4092b11c2.tar.gz
Include relevant CSS files in correlation scatterplot page to improve covariate selection appearance
Diffstat (limited to 'wqflask')
-rw-r--r--wqflask/wqflask/templates/corr_scatterplot.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/wqflask/wqflask/templates/corr_scatterplot.html b/wqflask/wqflask/templates/corr_scatterplot.html
index f44350ab..f6a0ff1f 100644
--- a/wqflask/wqflask/templates/corr_scatterplot.html
+++ b/wqflask/wqflask/templates/corr_scatterplot.html
@@ -5,6 +5,8 @@
<link rel="stylesheet" type="text/css" href="/static/new/css/panelutil.css" />
<link rel="stylesheet" type="text/css" href="{{ url_for('css', filename='d3-tip/d3-tip.css') }}" />
<link rel="stylesheet" type="text/css" href="{{ url_for('css', filename='nvd3/nv.d3.min.css') }}">
+ <link rel="stylesheet" type="text/css" href="/static/new/css/trait_list.css" />
+ <link rel="stylesheet" type="text/css" href="/static/new/css/show_trait.css" />
<link rel="stylesheet" type="text/css" href="/static/new/css/corr_scatter_plot.css" />
{% endblock %}