diff --git a/app/main/views/index.py b/app/main/views/index.py index 6e7bc1c6f..77ba91b94 100644 --- a/app/main/views/index.py +++ b/app/main/views/index.py @@ -37,6 +37,11 @@ def cookies(): return render_template('views/cookies.html') +@main.route('/privacy') +def privacy(): + return render_template('views/privacy.html') + + @main.route('/trial-mode') def trial_mode(): return redirect(url_for('.using_notify') + '#trial-mode', 301) 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', diff --git a/app/templates/admin_template.html b/app/templates/admin_template.html index d8c1c8ca7..ae715f45f 100644 --- a/app/templates/admin_template.html +++ b/app/templates/admin_template.html @@ -109,6 +109,7 @@ {% block footer_support_links %}