From 133a62022c15b764ef01614e63563fe21e25c635 Mon Sep 17 00:00:00 2001 From: karlchillmaid Date: Mon, 27 Jan 2020 08:53:29 +0000 Subject: [PATCH] Update link --- app/main/views/index.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/main/views/index.py b/app/main/views/index.py index 944650e57..1688caa14 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 create_and_send_messages(): +def send_messages(): return render_template( - 'views/guidance/create-and-send-messages.html', + 'views/guidance/send-messages.html', navigation_links=using_notify_nav(), )