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

Merge branch 'feat_pre_certification' into 'master'

Adding pre_certification state for certification page

See merge request rc/self-reg-form!51
parents 503ee4e3 eb720e59
No related branches found
No related tags found
No related merge requests found
...@@ -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