mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-23 15:57:23 -04:00
Add URLs to download the agreement without login
So that we can share these URLs in an email we’re sending out.
This commit is contained in:
@@ -169,6 +169,8 @@ class HeaderNavigation(Navigation):
|
||||
'old_using_notify',
|
||||
'organisation_dashboard',
|
||||
'organisation_settings',
|
||||
'public_agreement',
|
||||
'public_download_agreement',
|
||||
'received_text_messages_callback',
|
||||
'redact_template',
|
||||
'register',
|
||||
@@ -414,6 +416,8 @@ class MainNavigation(Navigation):
|
||||
'organisations',
|
||||
'platform_admin',
|
||||
'pricing',
|
||||
'public_agreement',
|
||||
'public_download_agreement',
|
||||
'redact_template',
|
||||
'register',
|
||||
'register_from_invite',
|
||||
@@ -578,6 +582,8 @@ class OrgNavigation(Navigation):
|
||||
'organisations',
|
||||
'platform_admin',
|
||||
'pricing',
|
||||
'public_agreement',
|
||||
'public_download_agreement',
|
||||
'received_text_messages_callback',
|
||||
'redact_template',
|
||||
'register',
|
||||
|
||||
Reference in New Issue
Block a user