From e6733d7e24e93dd29859b0c980596826c561de22 Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Thu, 20 Jun 2019 10:59:54 +0100 Subject: [PATCH] Link to usage, not dashboard MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Organisation team members only have access to the dashboard if they’re also a member of that service. They always have access to the usage page, so let’s link there instead. --- app/templates/org_nav.html | 2 +- app/templates/views/organisations/organisation/index.html | 6 +++--- tests/app/main/views/organisations/test_organisation.py | 6 +++--- tests/app/test_navigation.py | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/app/templates/org_nav.html b/app/templates/org_nav.html index fd3cc0c2d..a9f518e11 100644 --- a/app/templates/org_nav.html +++ b/app/templates/org_nav.html @@ -1,6 +1,6 @@