aboutsummaryrefslogtreecommitdiff
path: root/uploader/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'uploader/templates/base.html')
-rw-r--r--uploader/templates/base.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/uploader/templates/base.html b/uploader/templates/base.html
index d68c6c0..cc37c3e 100644
--- a/uploader/templates/base.html
+++ b/uploader/templates/base.html
@@ -46,10 +46,10 @@
<li><a href="/" >Home</a></li>
<li><a href="{{url_for('species.list_species')}}"
title="View and manage species information.">Species</a></li>
- <li><a href="#"
- title="Upload Genotype data.">Genotype Data</a></li>
<li><a href="{{url_for('species.populations.index')}}"
title="View and manage species populations.">Populations</a></li>
+ <li><a href="{{url_for('species.populations.genotypes.index')}}"
+ title="Upload Genotype data.">Genotype Data</a></li>
<li><a href="{{url_for('species.populations.samples.index')}}"
title="Upload population samples.">Samples</a></li>
<li><a href="{{url_for('expression-data.index.index')}}"