Add basic view to the settings page

This commit adds:
- a row to the settings page…
- …which links to a page explaining what basic view is

The new row (and link) will only appear for services who already have
the feature switched on. This is because we are not launching the
feature yet, so it shouldn’t be available to just anyone.
This commit is contained in:
Chris Hill-Scott
2018-07-09 17:04:02 +01:00
parent a35ce8eb89
commit a6662b3f59
5 changed files with 82 additions and 0 deletions

View File

@@ -212,6 +212,7 @@ class HeaderNavigation(Navigation):
'service_name_change',
'service_name_change_confirm',
'service_set_auth_type',
'service_set_basic_view',
'service_set_contact_link',
'service_set_email',
'service_set_email_branding',
@@ -331,6 +332,7 @@ class MainNavigation(Navigation):
'service_name_change',
'service_name_change_confirm',
'service_set_auth_type',
'service_set_basic_view',
'service_set_contact_link',
'service_set_email',
'service_set_email_branding',
@@ -638,6 +640,7 @@ class CaseworkNavigation(Navigation):
'service_name_change',
'service_name_change_confirm',
'service_set_auth_type',
'service_set_basic_view',
'service_set_contact_link',
'service_set_email',
'service_set_email_branding',
@@ -859,6 +862,7 @@ class OrgNavigation(Navigation):
'service_name_change',
'service_name_change_confirm',
'service_set_auth_type',
'service_set_basic_view',
'service_set_contact_link',
'service_set_email',
'service_set_email_branding',