From 0c3694382eb9800193894b1f742125bb04291870 Mon Sep 17 00:00:00 2001 From: Pete Herlihy Date: Wed, 23 May 2018 14:33:29 +0100 Subject: [PATCH] Excluding the privacy page from the navigation stuff --- app/navigation.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/navigation.py b/app/navigation.py index 8d15a63da..d724d2bfa 100644 --- a/app/navigation.py +++ b/app/navigation.py @@ -170,6 +170,7 @@ class HeaderNavigation(Navigation): 'old_using_notify', 'organisation_dashboard', 'organisation_settings', + 'privacy', 'public_agreement', 'public_download_agreement', 'received_text_messages_callback', @@ -418,6 +419,7 @@ class MainNavigation(Navigation): 'organisations', 'platform_admin', 'pricing', + 'privacy', 'public_agreement', 'public_download_agreement', 'redact_template', @@ -585,6 +587,7 @@ class OrgNavigation(Navigation): 'organisations', 'platform_admin', 'pricing', + 'privacy', 'public_agreement', 'public_download_agreement', 'received_text_messages_callback',