Skip to content
This repository has been archived by the owner on May 14, 2021. It is now read-only.

Commit

Permalink
Fixed navbar resources redirect.
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeRomaa committed Oct 16, 2020
1 parent 1b905c3 commit b3aaf14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/partials/navbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<a class="dropdown-item" href="{% url 'staff' %}">Staff</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="https://sites.google.com/view/vzhuids/home">Houston IDS</a>
<a class="dropdown-item" href="https://sites.google.com/view/vzhuids/documents-controlling-files">Resources</a>
<a class="dropdown-item" href="{% url 'resources' %}">Resources</a>
<a class="dropdown-item" href="{% url 'statistics' %}">Statistics</a>
</div>
</li>
Expand Down

0 comments on commit b3aaf14

Please sign in to comment.