Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
account-app
Manage
Activity
Members
Labels
Plan
Issues
9
Issue boards
Milestones
Wiki
Code
Merge requests
4
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
rc
account-app
Merge requests
!51
Adding pre_certification state for certification page
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Adding pre_certification state for certification page
ravi89/self-reg-form:feat_pre_certification
into
master
Overview
0
Commits
43
Pipelines
3
Changes
1
Merged
Ravi Tripathi
requested to merge
ravi89/self-reg-form:feat_pre_certification
into
master
3 years ago
Overview
0
Commits
43
Pipelines
3
Changes
1
Expand
👍
0
👎
0
Merge request reports
Compare
master
version 2
1492de55
3 years ago
version 1
33081856
3 years ago
master (base)
and
latest version
latest version
89246c1b
43 commits,
3 years ago
version 2
1492de55
41 commits,
3 years ago
version 1
33081856
40 commits,
3 years ago
1 file
+
2
−
0
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
app/__init__.py
+
2
−
0
Options
@@ -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