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
No related merge requests found
Pipeline #5892 failed with stage
...@@ -77,7 +77,7 @@ def create_app(config_name): ...@@ -77,7 +77,7 @@ def create_app(config_name):
@app.route('/certify_account') @app.route('/certify_account')
def error_certify(): def error_certify():
return render_template('errors/certification.html') return render_template('errors/certify.html')
# misc page error catching # misc page error catching
@app.errorhandler(403) @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