Skip to content
Snippets Groups Projects
Commit f544d8b1 authored by Krish Moodbidri's avatar Krish Moodbidri
Browse files

renamed route certify_account

parent 0d5e4aaf
No related branches found
No related tags found
1 merge request!21Feat certify account
......@@ -77,7 +77,7 @@ def create_app(config_name):
@app.route('/certify_account')
def error_certify():
return render_template('errors/certification.html')
return render_template('errors/certify.html')
# misc page error catching
@app.errorhandler(403)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment