mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-10 11:24:10 -04:00
Added route to the edit template page [ci skip]
This commit is contained in:
@@ -129,3 +129,8 @@ def verificationnotreceived():
|
||||
@main.route("/manage-templates")
|
||||
def managetemplates():
|
||||
return render_template('manage-templates.html')
|
||||
|
||||
|
||||
@main.route("/edit-template")
|
||||
def edittemplate():
|
||||
return render_template('edit-template.html')
|
||||
|
||||
Reference in New Issue
Block a user