diff --git a/opentech/public/navigation/templates/navigation/primarynav-apply.html b/opentech/public/navigation/templates/navigation/primarynav-apply.html index a9c9bda2226cb6e045a7409b2e7b0dde80d65577..faafe645586ae3df042b0460e1bde17ff7e15ff3 100644 --- a/opentech/public/navigation/templates/navigation/primarynav-apply.html +++ b/opentech/public/navigation/templates/navigation/primarynav-apply.html @@ -3,6 +3,7 @@ {% if request.user.is_apply_staff %} {% include "navigation/primarynav-apply-item.html" with name="Dashboard" url="dashboard:dashboard" %} {% include "navigation/primarynav-apply-item.html" with name="Submissions" url="funds:submissions:list" %} + {% include "navigation/primarynav-apply-item.html" with name="Rounds" url="funds:rounds:list" %} {% else %} {% include "navigation/primarynav-apply-item.html" with name="Dashboard" url="dashboard:dashboard" %} {% endif %}