mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-24 00:07:02 -04:00
Add who’s its for page
We have a policy about how suppliers are allowed to use Notify. But we don’t explain it anywhere. Which drives contact to our support form. This commit that adds a new page that explains the policy. I’ve moved the related content about who else can use Notify from the get started page to this page as well, where it doesn’t need to sit in a details element.
This commit is contained in:
@@ -346,6 +346,7 @@ class HeaderNavigation(Navigation):
|
||||
'no_cookie.view_template_version_preview',
|
||||
'view_template_versions',
|
||||
'whitelist',
|
||||
'who_its_for',
|
||||
}
|
||||
|
||||
# header HTML now comes from GOVUK Frontend so requires a boolean, not an attribute
|
||||
@@ -659,6 +660,7 @@ class MainNavigation(Navigation):
|
||||
'view_provider',
|
||||
'view_providers',
|
||||
'no_cookie.view_template_version_preview',
|
||||
'who_its_for',
|
||||
}
|
||||
|
||||
|
||||
@@ -963,6 +965,7 @@ class CaseworkNavigation(Navigation):
|
||||
'no_cookie.view_template_version_preview',
|
||||
'view_template_versions',
|
||||
'whitelist',
|
||||
'who_its_for',
|
||||
}
|
||||
|
||||
|
||||
@@ -1268,4 +1271,5 @@ class OrgNavigation(Navigation):
|
||||
'no_cookie.view_template_version_preview',
|
||||
'view_template_versions',
|
||||
'whitelist',
|
||||
'who_its_for',
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user