From f1a04d9b1e9460f68cab2520494a66dd43e1741d Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Tue, 3 Mar 2020 13:29:45 +0000 Subject: [PATCH] Show guidance on how to upload a letter MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Once we’ve launched the feature we want the guidance to be discoverable. --- app/main/views/sub_navigation_dictionaries.py | 4 ++++ app/templates/views/guidance/index.html | 1 + 2 files changed, 5 insertions(+) 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 @@
  • edit and format messages
  • add branding and customisation
  • send files by email
  • +
  • upload a letter
  • More information