diff options
author | Frederick Muriuki Muriithi | 2024-09-26 14:18:45 -0500 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2024-09-26 14:18:45 -0500 |
commit | d13071900de2ba73b829f52b96a1593da600118a (patch) | |
tree | 656b674a3b34bbb6650ca6a07b54f8e23660c697 /uploader/templates/base.html | |
parent | c542cecda4c7c21bde7668f19a1b3e20f9a2b7b9 (diff) | |
download | gn-uploader-d13071900de2ba73b829f52b96a1593da600118a.tar.gz |
Initialise the phenotypes section.
Diffstat (limited to 'uploader/templates/base.html')
-rw-r--r-- | uploader/templates/base.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/uploader/templates/base.html b/uploader/templates/base.html index b297669..019aa39 100644 --- a/uploader/templates/base.html +++ b/uploader/templates/base.html @@ -68,8 +68,7 @@ sections, etc. --> <li {%if activemenu=="phenotypes"%}class="activemenu"{%endif%}> - <a href="#" - class="not-implemented" + <a href="{{url_for('species.populations.phenotypes.index')}}" title="Upload phenotype data.">Phenotype Data</a></li> <li {%if activemenu=="expression-data"%}class="activemenu"{%endif%}> <a href="{{url_for('species.populations.expression-data.index')}}" |