Add left hand navigation

Due to the way the navigation dictionaries are built this mean being
less smart about the view method for the guidance pages.
This commit is contained in:
Chris Hill-Scott
2020-01-24 15:57:29 +00:00
parent 4d6ab92d41
commit d29f23bfc8
10 changed files with 119 additions and 61 deletions

View File

@@ -196,8 +196,14 @@ class HeaderNavigation(Navigation):
'get_example_csv',
'get_notifications_as_json',
'get_started',
'get_started_old',
'go_to_dashboard_after_tour',
'guidance',
'guidance_index',
'branding_and_customisation',
'create_and_send_messages',
'edit_and_format_messages',
'send_files_by_email',
'upload_a_letter',
'history',
'inbound_sms_admin',
'inbox',
@@ -520,8 +526,14 @@ class MainNavigation(Navigation):
'get_example_csv',
'get_notifications_as_json',
'get_started',
'get_started_old',
'go_to_dashboard_after_tour',
'guidance',
'guidance_index',
'branding_and_customisation',
'create_and_send_messages',
'edit_and_format_messages',
'send_files_by_email',
'upload_a_letter',
'history',
'how_to_pay',
'inbound_sms_admin',
@@ -752,8 +764,14 @@ class CaseworkNavigation(Navigation):
'get_example_csv',
'get_notifications_as_json',
'get_started',
'get_started_old',
'go_to_dashboard_after_tour',
'guidance',
'guidance_index',
'branding_and_customisation',
'create_and_send_messages',
'edit_and_format_messages',
'send_files_by_email',
'upload_a_letter',
'history',
'how_to_pay',
'inbound_sms_admin',
@@ -1041,8 +1059,14 @@ class OrgNavigation(Navigation):
'get_example_csv',
'get_notifications_as_json',
'get_started',
'get_started_old',
'go_to_dashboard_after_tour',
'guidance',
'guidance_index',
'branding_and_customisation',
'create_and_send_messages',
'edit_and_format_messages',
'send_files_by_email',
'upload_a_letter',
'history',
'how_to_pay',
'inbound_sms_admin',