Skip to content

Commit

Permalink
adds case digests to menu
Browse files Browse the repository at this point in the history
  • Loading branch information
actlikewill committed Aug 29, 2024
1 parent c47dcab commit e4ebbdf
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tanzlii/templates/peachjam/_header.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,10 @@
</a>
<ul class="dropdown-menu">
<li class="dropdown-item">
<a class=" nav-link px-0" href="">{% trans 'Digital Case Digests' %}</a>
<a class=" nav-link px-0 {% if request.path == 'taxonomy/case-indexes/case-indexes-tanzlii-case-digest' %}active{% endif %}"
href="{% url 'taxonomy_detail' 'case-indexes' 'case-indexes-tanzlii-case-digest' %}">
{% trans 'TanzLII Case Digest' %}
</a>
</li>
<li class="dropdown-item">
<a class="nav-link px-0 {% if request.path == '/authors/TZLRC/' %}active{% endif %}"
Expand Down

0 comments on commit e4ebbdf

Please sign in to comment.