Excluding the privacy page from the navigation stuff

This commit is contained in:
Pete Herlihy
2018-05-23 14:33:29 +01:00
committed by GitHub
parent cbfd4fe333
commit 0c3694382e

View File

@@ -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',