aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDannyArends2015-09-11 17:53:39 +0200
committerDannyArends2015-09-11 17:53:39 +0200
commit17c9b0f9130c2ccd3b050cd9929f9ca6d3ab7307 (patch)
treeec9825aee1130964fde12eeb78415f59f4639e73
parenta741a7cf54dd5c69f7a97ad56d61b16062920935 (diff)
downloadgenenetwork2-17c9b0f9130c2ccd3b050cd9929f9ca6d3ab7307.tar.gz
Seems I always turn around the G and C
-rw-r--r--wqflask/wqflask/templates/wgcna_results.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/wqflask/wqflask/templates/wgcna_results.html b/wqflask/wqflask/templates/wgcna_results.html
index b74b84ae..2226f90c 100644
--- a/wqflask/wqflask/templates/wgcna_results.html
+++ b/wqflask/wqflask/templates/wgcna_results.html
@@ -3,7 +3,7 @@
{% block content %} <!-- Start of body -->
<div>
- <h1>WCGNA results</h1>
+ <h1>WGCNA Results</h1>
</div>
{% endblock %}