mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-06-30 12:18:19 -04:00
Added route to information_risk_management page
This commit is contained in:
@@ -130,3 +130,8 @@ def features():
|
||||
@main.route('/using_notify')
|
||||
def using_notify():
|
||||
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