mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-07 05:58:24 -04:00
Update who_can_use_notify
This commit is contained in:
@@ -321,10 +321,10 @@ def get_started():
|
|||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
@main.route('/using-notify/who-its-for')
|
@main.route('/using-notify/who-can_use_notify')
|
||||||
def who_its_for():
|
def who_can_use_notify():
|
||||||
return render_template(
|
return render_template(
|
||||||
'views/guidance/who-its-for.html',
|
'views/guidance/who-can_use_notify.html',
|
||||||
navigation_links=using_notify_nav(),
|
navigation_links=using_notify_nav(),
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user