mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-10 10:03:21 -04: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")
|
@main.route("/verification-not-received")
|
||||||
def verificationnotreceived():
|
def verificationnotreceived():
|
||||||
return render_template('verification-not-received.html')
|
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