mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-07 07:08:24 -04:00
Added route to information_risk_management page
This commit is contained in:
@@ -130,3 +130,8 @@ def features():
|
|||||||
@main.route('/using_notify')
|
@main.route('/using_notify')
|
||||||
def using_notify():
|
def using_notify():
|
||||||
return render_template('views/using-notify.html')
|
return render_template('views/using-notify.html')
|
||||||
|
|
||||||
|
|
||||||
|
@main.route('/information_risk_management')
|
||||||
|
def information_risk_management():
|
||||||
|
return render_template('views/information-risk-management.html')
|
||||||
|
|||||||
Reference in New Issue
Block a user