mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-05 19:03:30 -05:00
Added route to the manage templates page [ci skip]
This commit is contained in:
@@ -124,3 +124,8 @@ def apikeys():
|
||||
@main.route("/verification-not-received")
|
||||
def verificationnotreceived():
|
||||
return render_template('verification-not-received.html')
|
||||
|
||||
|
||||
@main.route("/manage-templates")
|
||||
def managetemplates():
|
||||
return render_template('manage-templates.html')
|
||||
|
||||
Reference in New Issue
Block a user