Add endpoint for new page

This commit is contained in:
Chris Hill-Scott
2019-10-17 16:15:28 +01:00
parent 5494146401
commit bc32315fbe
4 changed files with 25 additions and 8 deletions

View File

@@ -190,6 +190,7 @@ class HeaderNavigation(Navigation):
'forgot_password',
'get_example_csv',
'get_notifications_as_json',
'get_started',
'go_to_dashboard_after_tour',
'inbound_sms_admin',
'inbox',
@@ -504,6 +505,7 @@ class MainNavigation(Navigation):
'forgot_password',
'get_example_csv',
'get_notifications_as_json',
'get_started',
'go_to_dashboard_after_tour',
'how_to_pay',
'inbound_sms_admin',
@@ -728,6 +730,7 @@ class CaseworkNavigation(Navigation):
'forgot_password',
'get_example_csv',
'get_notifications_as_json',
'get_started',
'go_to_dashboard_after_tour',
'how_to_pay',
'inbound_sms_admin',
@@ -1015,6 +1018,7 @@ class OrgNavigation(Navigation):
'forgot_password',
'get_example_csv',
'get_notifications_as_json',
'get_started',
'go_to_dashboard_after_tour',
'how_to_pay',
'inbound_sms_admin',