mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-18 05:29:38 -04:00
Let people send one off letters
We didn’t used to allow this because it wasn’t really possible with the old DVLA set up and we didn’t think there’s a need. We think it’s possible now because, even though it’s cumbersome, it’s better than the manual process.
This commit is contained in:
@@ -125,6 +125,7 @@ class HeaderNavigation(Navigation):
|
||||
'check_messages',
|
||||
'check_messages_preview',
|
||||
'check_notification',
|
||||
'check_notification_preview',
|
||||
'choose_account',
|
||||
'choose_service',
|
||||
'choose_template',
|
||||
@@ -395,6 +396,7 @@ class MainNavigation(Navigation):
|
||||
'check_and_resend_text_code',
|
||||
'check_and_resend_verification_code',
|
||||
'check_messages_preview',
|
||||
'check_notification_preview',
|
||||
'choose_account',
|
||||
'choose_service',
|
||||
'confirm_edit_organisation_name',
|
||||
@@ -567,6 +569,7 @@ class CaseworkNavigation(Navigation):
|
||||
'check_messages',
|
||||
'check_messages_preview',
|
||||
'check_notification',
|
||||
'check_notification_preview',
|
||||
'choose_account',
|
||||
'choose_service',
|
||||
'choose_template_to_copy',
|
||||
@@ -801,6 +804,7 @@ class OrgNavigation(Navigation):
|
||||
'check_messages',
|
||||
'check_messages_preview',
|
||||
'check_notification',
|
||||
'check_notification_preview',
|
||||
'choose_account',
|
||||
'choose_service',
|
||||
'choose_template',
|
||||
|
||||
Reference in New Issue
Block a user