aboutsummaryrefslogtreecommitdiff
path: root/wqflask
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2021-11-08 16:19:40 +0300
committerFrederick Muriuki Muriithi2021-11-08 16:19:40 +0300
commit9f7e3035d13b286238d878a0baa45cb4c1708cee (patch)
treeebbdf026a200b24d917905457398cafd9d40e51c /wqflask
parent8cef34c83fd2c013e0671ece54bfe43a3c4bb510 (diff)
downloadgenenetwork2-9f7e3035d13b286238d878a0baa45cb4c1708cee.tar.gz
Fix URL
Diffstat (limited to 'wqflask')
-rw-r--r--wqflask/wqflask/templates/base.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/wqflask/wqflask/templates/base.html b/wqflask/wqflask/templates/base.html
index ab8b644f..6e922f24 100644
--- a/wqflask/wqflask/templates/base.html
+++ b/wqflask/wqflask/templates/base.html
@@ -87,7 +87,7 @@
<li><a href="https://systems-genetics.org/">Systems Genetics PheWAS</a></li>
<li><a href="http://ucscbrowser.genenetwork.org/">Genome Browser</a></li>
<li><a href="http://power.genenetwork.org">BXD Power Calculator</a></li>
- <li><a href="url_for('jupyter_notebooks.launcher')">Jupyter Notebook Launcher</a></li>
+ <li><a href="{{url_for('jupyter_notebooks.launcher')}}">Jupyter Notebook Launcher</a></li>
<li><a href="http://datafiles.genenetwork.org">Interplanetary File System</a></li>
</ul>
</li>