about summary refs log tree commit diff
path: root/uploader/templates/base.html
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2024-09-03 15:31:12 -0500
committerFrederick Muriuki Muriithi2024-09-03 16:51:27 -0500
commit2046919e5db5d1e7136f48641fe0adb701c145e4 (patch)
tree28f85290df7950497734254de0e18ccf702e153e /uploader/templates/base.html
parent61688c00e8734adee4d825571a9c43d926dca001 (diff)
downloadgn-uploader-2046919e5db5d1e7136f48641fe0adb701c145e4.tar.gz
Put populations under species: improve hierarchy.
Populations cannot exist without the species they are related to. This
commit updates the URI hierarchy to reflect that expectation.
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 fd6010b..d9696d0 100644
--- a/uploader/templates/base.html
+++ b/uploader/templates/base.html
@@ -45,7 +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('species.populations.index')}}">Populations</a></li>
         <li><a href="{{url_for('expression-data.index.index')}}" >Expression Data</a></li>
       </ul>
     </aside>
@@ -63,7 +63,7 @@
                 {%endif%}>
               <a href="{{url_for('base.index')}}">Home</a>
             </li>
-            {%block breadcrumbs%}{%endblock%}
+            {%block lvl1_breadcrumbs%}{%endblock%}
           </ol>
         </nav>
       </div>