diff options
author | Frederick Muriuki Muriithi | 2024-09-03 14:55:48 -0500 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2024-09-03 16:51:26 -0500 |
commit | 61688c00e8734adee4d825571a9c43d926dca001 (patch) | |
tree | 0a53c7eff5ec2bb1376be2eb2bdd2333c606ba11 /uploader/templates/base.html | |
parent | 2876fe6251bd4dfceef06f638ee74c2728ad1207 (diff) | |
download | gn-uploader-61688c00e8734adee4d825571a9c43d926dca001.tar.gz |
Initialise the populations package and update references.
Diffstat (limited to 'uploader/templates/base.html')
-rw-r--r-- | uploader/templates/base.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/uploader/templates/base.html b/uploader/templates/base.html index 7431767..fd6010b 100644 --- a/uploader/templates/base.html +++ b/uploader/templates/base.html @@ -45,6 +45,7 @@ <ul class="nav flex-column"> <li><a href="/" >Home</a></li> <li><a href="{{url_for('species.list_species')}}" >Species</a></li> + <li><a href="{{url_for('populations.index')}}">Populations</a></li> <li><a href="{{url_for('expression-data.index.index')}}" >Expression Data</a></li> </ul> </aside> |