Skip to content

Commit

Permalink
route to grants/explorer when Explore Grants is selected on main page
Browse files Browse the repository at this point in the history
  • Loading branch information
Jer-Sch committed Nov 4, 2021
1 parent 8f40afc commit 599f136
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/dashboard/templates/shared/menu.html
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@
<b class="gc-menu-submenu-title d-none d-md-block px-3 pt-3 pb-2">{% trans "Grants" %}</b>
<ul class="list-unstyled">
<li>
<a class="dropdown-item dropdown-item-small" href="{% url 'grants:grants' %}">{% trans "Explore Grants" %}</a>
<a class="dropdown-item dropdown-item-small" href="{% url 'grants:grants_explorer' %}">{% trans "Explore Grants" %}</a>
</li>
<li>
<a class="dropdown-item dropdown-item-small" href="{% url 'grants:new' %}">{% trans "Create Grant" %}</a>
Expand Down

0 comments on commit 599f136

Please sign in to comment.