Added route to information_risk_management page

This commit is contained in:
Pete Herlihy
2017-10-05 14:24:12 +01:00
committed by GitHub
parent 0aa8c412af
commit 18bacab039

View File

@@ -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')