diff options
| author | Frederick Muriuki Muriithi | 2025-12-29 10:48:53 -0600 |
|---|---|---|
| committer | Frederick Muriuki Muriithi | 2025-12-29 10:48:53 -0600 |
| commit | ab9a4a21e4b5a815b9c6dfd465d54e6df27d7364 (patch) | |
| tree | 8e6def116ab753527a5e281b1db2568d223378fb /uploader/templates/publications/base.html | |
| parent | 17af2a6b12ee4ddd4b4861319c2fc03dc73f9e19 (diff) | |
| download | gn-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.html | 13 |
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%} |
