diff options
author | Frederick Muriuki Muriithi | 2025-04-28 02:11:25 -0500 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2025-04-28 02:37:45 -0500 |
commit | 4a16f580a25aba122a4990a61e0e96f4692b833c (patch) | |
tree | eb3fd65bad0f4bbaa033a0444edb0f0f18d474a7 /uploader/templates/base.html | |
parent | 77f18b73276d2bf57b52703b48e3b44b3c89c516 (diff) | |
download | gn-uploader-4a16f580a25aba122a4990a61e0e96f4692b833c.tar.gz |
Initialise entry-point for managing publications.
Diffstat (limited to 'uploader/templates/base.html')
-rw-r--r-- | uploader/templates/base.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/uploader/templates/base.html b/uploader/templates/base.html index 09e6470..de9c226 100644 --- a/uploader/templates/base.html +++ b/uploader/templates/base.html @@ -46,6 +46,9 @@ <ul class="nav flex-column"> <li {%if activemenu=="home"%}class="activemenu"{%endif%}> <a href="/" >Home</a></li> + <li {%if activemenu=="publications"%}class="activemenu"{%endif%}> + <a href="{{url_for('publications.index')}}" + title="View and manage publications.">Publications</a></li> <li {%if activemenu=="species"%}class="activemenu"{%endif%}> <a href="{{url_for('species.list_species')}}" title="View and manage species information.">Species</a></li> |