about summary refs log tree commit diff
path: root/uploader/templates/base.html
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2025-04-28 02:11:25 -0500
committerFrederick Muriuki Muriithi2025-04-28 02:37:45 -0500
commit4a16f580a25aba122a4990a61e0e96f4692b833c (patch)
treeeb3fd65bad0f4bbaa033a0444edb0f0f18d474a7 /uploader/templates/base.html
parent77f18b73276d2bf57b52703b48e3b44b3c89c516 (diff)
downloadgn-uploader-4a16f580a25aba122a4990a61e0e96f4692b833c.tar.gz
Initialise entry-point for managing publications.
Diffstat (limited to 'uploader/templates/base.html')
-rw-r--r--uploader/templates/base.html3
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>