From 4761b117b922c6f84d77573bf0b8156be15ebda5 Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Thu, 21 May 2020 12:05:03 +0100 Subject: [PATCH] =?UTF-8?q?Use=20features=20nav=20on=20=E2=80=98Who=20can?= =?UTF-8?q?=20use=20Notify=E2=80=99=20page?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This page sits in the features section now, so it should have the same navigation as the other pages in that section. --- app/main/views/index.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/main/views/index.py b/app/main/views/index.py index 918b6573c..4ed477e70 100644 --- a/app/main/views/index.py +++ b/app/main/views/index.py @@ -330,7 +330,7 @@ def who_its_for(): def who_can_use_notify(): return render_template( 'views/guidance/who-can-use-notify.html', - navigation_links=using_notify_nav(), + navigation_links=features_nav(), )