Added route to the manage templates page [ci skip]

This commit is contained in:
Pete Herlihy
2015-12-09 10:49:05 +00:00
parent 7f1cdd2d27
commit b5f0fc3012

View File

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