diff --git a/app/main/views/sub_navigation_dictionaries.py b/app/main/views/sub_navigation_dictionaries.py index 2316fd083..b3acbb468 100644 --- a/app/main/views/sub_navigation_dictionaries.py +++ b/app/main/views/sub_navigation_dictionaries.py @@ -76,6 +76,10 @@ def using_notify_nav(): "name": "Send files by email", "link": "main.send_files_by_email", }, + { + "name": "Upload a letter", + "link": "main.upload_a_letter", + }, ] }, { diff --git a/app/templates/views/guidance/index.html b/app/templates/views/guidance/index.html index a4db4270d..874ccb5a7 100644 --- a/app/templates/views/guidance/index.html +++ b/app/templates/views/guidance/index.html @@ -18,6 +18,7 @@