Skip to content

Commit

Permalink
Merge pull request #1967 from laws-africa/fix-home
Browse files Browse the repository at this point in the history
fix homepage breadcrumb
  • Loading branch information
actlikewill authored Aug 14, 2024
2 parents 7842183 + 0e0a1a9 commit 8bfeabb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion africanlii/templates/africanlii/au_organ_detail.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<nav aria-label="breadcrumb">
<ol class="breadcrumb">
<li class="breadcrumb-item">
<a href="{% url 'home' %}">{% trans 'Home' %}</a>
<a href="{% url 'home_page' %}">{% trans 'Home' %}</a>
</li>
<li class="breadcrumb-item">
<a href="{% url 'au_detail_page' %}">{% trans 'African Union' %}</a>
Expand Down
2 changes: 1 addition & 1 deletion liiweb/templates/liiweb/locality_legislation_list.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<nav aria-label="breadcrumb">
<ol class="breadcrumb">
<li class="breadcrumb-item">
<a href="{% url 'home' %}">{% trans 'Home' %}</a>
<a href="{% url 'home_page' %}">{% trans 'Home' %}</a>
</li>
<li class="breadcrumb-item">
<a href="{% url 'locality_legislation' %}">{{ locality_legislation_title }}</a>
Expand Down

0 comments on commit 8bfeabb

Please sign in to comment.