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
2
@@ -91,8 +91,8 @@ def create_app(config_name):
if (
rc_util.check_state(session["user"].get("username"))
== "certification" or
rc_util.check_state(session["user"].get("username"))
== "certification"
or rc_util.check_state(session["user"].get("username"))
== "pre_certification"
):
return render_template(
Loading