From a171f964f99cfa8d771915a0a936af6a7d37d4a4 Mon Sep 17 00:00:00 2001 From: karlchillmaid Date: Wed, 20 May 2020 16:06:57 +0100 Subject: [PATCH] Update who_can_use_notify --- app/main/views/index.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/main/views/index.py b/app/main/views/index.py index 4e4713af4..9d6f4b2fa 100644 --- a/app/main/views/index.py +++ b/app/main/views/index.py @@ -321,10 +321,10 @@ def get_started(): ) -@main.route('/using-notify/who-its-for') -def who_its_for(): +@main.route('/using-notify/who-can_use_notify') +def who_can_use_notify(): return render_template( - 'views/guidance/who-its-for.html', + 'views/guidance/who-can_use_notify.html', navigation_links=using_notify_nav(), )