mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-19 05:59:44 -04:00
Redirect old URL
This commit is contained in:
@@ -321,6 +321,11 @@ def get_started():
|
||||
)
|
||||
|
||||
|
||||
@main.route('/using-notify/who-its-for')
|
||||
def who_its_for():
|
||||
return redirect(url_for('.who_can_use_notify'), 301)
|
||||
|
||||
|
||||
@main.route('/using-notify/who-can-use-notify')
|
||||
def who_can_use_notify():
|
||||
return render_template(
|
||||
|
||||
Reference in New Issue
Block a user