mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-07 18:18:26 -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")
|
@main.route("/manage-templates")
|
||||||
def managetemplates():
|
def managetemplates():
|
||||||
return render_template('manage-templates.html')
|
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