Skip to content

Commit

Permalink
Fix link
Browse files Browse the repository at this point in the history
  • Loading branch information
nickmwangemi committed Aug 18, 2023
1 parent 9a721ae commit eabb623
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions lawlibrary/templates/liiweb/locality_legislation_list.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{% extends 'liiweb/locality_legislation_list.html' %}
{% block breadcrumbs %}
<nav aria-label="breadcrumb">
<ol class="breadcrumb">
<li class="breadcrumb-item">
<a href="{% url 'municipal_legislation' %}">{{ locality_legislation_title }}</a>
</li>
<li class="breadcrumb-item active" aria-current="page">{{ locality.name }}</li>
</ol>
</nav>
{% endblock %}

1 comment on commit eabb623

@nickmwangemi
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The breadcrumb link was pointing to /legislation/provincial as opposed to legislation/municipal

Please sign in to comment.