Skip to content

Commit

Permalink
Add link to Home list view
Browse files Browse the repository at this point in the history
  • Loading branch information
brylie committed Jul 21, 2022
1 parent 7bb6247 commit 546736d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions project/templates/navigation.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@
</a>
</li>

<li class="nav-item">
<a href="{% url 'home-list-view' %}" class="nav-link">
{% translate "Homes" %}
</a>
</li>

<li class="nav-item">
<a href="{% url 'resident-list-view' %}" class="nav-link">
{% translate "Residents" %}
Expand Down

0 comments on commit 546736d

Please sign in to comment.