Update who_its_for to who_can_use_notify

This commit is contained in:
karlchillmaid
2020-05-20 15:54:15 +01:00
committed by GitHub
parent 2e48535fd0
commit a823f3d77f
+4 -4
View File
@@ -350,7 +350,7 @@ class HeaderNavigation(Navigation):
'no_cookie.view_template_version_preview', 'no_cookie.view_template_version_preview',
'view_template_versions', 'view_template_versions',
'whitelist', 'whitelist',
'who_its_for', 'who_can_use_notify',
} }
# header HTML now comes from GOVUK Frontend so requires a boolean, not an attribute # header HTML now comes from GOVUK Frontend so requires a boolean, not an attribute
@@ -668,7 +668,7 @@ class MainNavigation(Navigation):
'view_provider', 'view_provider',
'view_providers', 'view_providers',
'no_cookie.view_template_version_preview', 'no_cookie.view_template_version_preview',
'who_its_for', 'who_can_use_notify',
} }
@@ -977,7 +977,7 @@ class CaseworkNavigation(Navigation):
'no_cookie.view_template_version_preview', 'no_cookie.view_template_version_preview',
'view_template_versions', 'view_template_versions',
'whitelist', 'whitelist',
'who_its_for', 'who_can_use_notify',
} }
@@ -1287,5 +1287,5 @@ class OrgNavigation(Navigation):
'no_cookie.view_template_version_preview', 'no_cookie.view_template_version_preview',
'view_template_versions', 'view_template_versions',
'whitelist', 'whitelist',
'who_its_for', 'who_can_use_notify',
} }