Use features nav on ‘Who can use Notify’ page

This page sits in the features section now, so it should have the same
navigation as the other pages in that section.
This commit is contained in:
Chris Hill-Scott
2020-05-21 12:05:03 +01:00
parent de459e5709
commit 4761b117b9

View File

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