Update link

This commit is contained in:
karlchillmaid
2020-01-27 08:53:29 +00:00
committed by GitHub
parent 1e8ba88b4d
commit 133a62022c

View File

@@ -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(),
)