mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-17 21:20:32 -04:00
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:
@@ -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(),
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user