mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-20 22:40:31 -04:00
Add route for letter specification page
This commit is contained in:
@@ -208,6 +208,7 @@ class HeaderNavigation(Navigation):
|
||||
'edit_and_format_messages',
|
||||
'send_files_by_email',
|
||||
'upload_a_letter',
|
||||
'letter_specification',
|
||||
'history',
|
||||
'inbound_sms_admin',
|
||||
'inbox',
|
||||
@@ -585,6 +586,7 @@ class MainNavigation(Navigation):
|
||||
'edit_and_format_messages',
|
||||
'send_files_by_email',
|
||||
'upload_a_letter',
|
||||
'letter_specification',
|
||||
'history',
|
||||
'how_to_pay',
|
||||
'inbound_sms_admin',
|
||||
@@ -840,6 +842,7 @@ class CaseworkNavigation(Navigation):
|
||||
'edit_and_format_messages',
|
||||
'send_files_by_email',
|
||||
'upload_a_letter',
|
||||
'letter_specification',
|
||||
'history',
|
||||
'how_to_pay',
|
||||
'inbound_sms_admin',
|
||||
@@ -1153,6 +1156,7 @@ class OrgNavigation(Navigation):
|
||||
'edit_and_format_messages',
|
||||
'send_files_by_email',
|
||||
'upload_a_letter',
|
||||
'letter_specification',
|
||||
'history',
|
||||
'how_to_pay',
|
||||
'inbound_sms_admin',
|
||||
|
||||
Reference in New Issue
Block a user