mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-07 13:58:25 -04:00
Adding a route for 'callbacks' page
Gone with callbacks as this page may be extended for delivery receipts in the future.
This commit is contained in:
@@ -135,3 +135,8 @@ def using_notify():
|
|||||||
@main.route('/information-risk-management')
|
@main.route('/information-risk-management')
|
||||||
def information_risk_management():
|
def information_risk_management():
|
||||||
return render_template('views/information-risk-management.html')
|
return render_template('views/information-risk-management.html')
|
||||||
|
|
||||||
|
|
||||||
|
@main.route('/callbacks')
|
||||||
|
def callbacks():
|
||||||
|
return render_template('views/callbacks.html')
|
||||||
|
|||||||
Reference in New Issue
Block a user