Skip to content
Snippets Groups Projects
Commit eb720e59 authored by Ravi Tripathi's avatar Ravi Tripathi
Browse files

Adding pre_certification state for certification page

parent 503ee4e3
No related branches found
No related tags found
1 merge request!51Adding pre_certification state for certification page
...@@ -92,6 +92,8 @@ def create_app(config_name): ...@@ -92,6 +92,8 @@ def create_app(config_name):
if ( if (
rc_util.check_state(session["user"].get("username")) rc_util.check_state(session["user"].get("username"))
== "certification" == "certification"
or rc_util.check_state(session["user"].get("username"))
== "pre_certification"
): ):
return render_template( return render_template(
"account/certify.html", "account/certify.html",
......
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