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