Added route to the edit template page [ci skip]

This commit is contained in:
Pete Herlihy
2015-12-09 10:50:01 +00:00
parent b5f0fc3012
commit a357fea7af

View File

@@ -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')