diff --git a/app/main/views/index.py b/app/main/views/index.py index 1688caa14..944650e57 100644 --- a/app/main/views/index.py +++ b/app/main/views/index.py @@ -357,9 +357,9 @@ def branding_and_customisation(): @main.route('/using-notify/guidance/create-and-send-messages') -def send_messages(): +def create_and_send_messages(): return render_template( - 'views/guidance/send-messages.html', + 'views/guidance/create-and-send-messages.html', navigation_links=using_notify_nav(), ) diff --git a/app/main/views/sub_navigation_dictionaries.py b/app/main/views/sub_navigation_dictionaries.py index bf5394d1d..8aefcea62 100644 --- a/app/main/views/sub_navigation_dictionaries.py +++ b/app/main/views/sub_navigation_dictionaries.py @@ -66,7 +66,7 @@ def using_notify_nav(): "sub_navigation_items": [ { "name": "Send messages", - "link": "main.send_messages", + "link": "main.create_and_send_messages", }, { "name": "Formatting", diff --git a/app/templates/views/guidance/index.html b/app/templates/views/guidance/index.html index 2784112cc..0f7132f35 100644 --- a/app/templates/views/guidance/index.html +++ b/app/templates/views/guidance/index.html @@ -15,7 +15,7 @@
It explains how to: