about summary refs log tree commit diff
path: root/uploader/templates/publications/base.html
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2025-12-29 10:48:53 -0600
committerFrederick Muriuki Muriithi2025-12-29 10:48:53 -0600
commitab9a4a21e4b5a815b9c6dfd465d54e6df27d7364 (patch)
tree8e6def116ab753527a5e281b1db2568d223378fb /uploader/templates/publications/base.html
parent17af2a6b12ee4ddd4b4861319c2fc03dc73f9e19 (diff)
downloadgn-uploader-ab9a4a21e4b5a815b9c6dfd465d54e6df27d7364.tar.gz
Publications: Move feature to new UI templates.
Diffstat (limited to 'uploader/templates/publications/base.html')
-rw-r--r--uploader/templates/publications/base.html13
1 files changed, 5 insertions, 8 deletions
diff --git a/uploader/templates/publications/base.html b/uploader/templates/publications/base.html
index db80bfa..de0a350 100644
--- a/uploader/templates/publications/base.html
+++ b/uploader/templates/publications/base.html
@@ -1,12 +1,9 @@
 {%extends "base.html"%}
 
-{%block lvl1_breadcrumbs%}
-<li {%if activelink=="publications"%}
-    class="breadcrumb-item active"
-    {%else%}
-    class="breadcrumb-item"
-    {%endif%}>
-  <a href="{{url_for('publications.index')}}">Publications</a>
+{%block breadcrumbs%}
+{{super()}}
+<li class="breadcrumb-item">
+  <a href="{{url_for('publications.index')}}"
+     title="Manage publications">Publications</a>
 </li>
-{%block lvl2_breadcrumbs%}{%endblock%}
 {%endblock%}