Skip to content
Snippets Groups Projects

Adding pre_certification state for certification page

Merged Ravi Tripathi requested to merge ravi89/self-reg-form:feat_pre_certification into master
+ 2
0
@@ -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",
Loading