From 4bed37f1cc1a61f535c78bce726867f6d9e0d5d6 Mon Sep 17 00:00:00 2001 From: Todd Dembrey <todd.dembrey@torchbox.com> Date: Thu, 17 Jan 2019 14:56:32 +0000 Subject: [PATCH] Add in a nav item for the rounds --- .../public/navigation/templates/navigation/primarynav-apply.html | 1 + 1 file changed, 1 insertion(+) diff --git a/opentech/public/navigation/templates/navigation/primarynav-apply.html b/opentech/public/navigation/templates/navigation/primarynav-apply.html index a9c9bda22..faafe6455 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 %} -- GitLab