Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Krish Moodbidri
self-reg-form
Commits
054d1bd4
Commit
054d1bd4
authored
May 18, 2022
by
Krish Moodbidri
Browse files
code formatting
parent
f2fad2fe
Pipeline
#6137
canceled with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
app/__init__.py
View file @
054d1bd4
...
...
@@ -58,7 +58,9 @@ def create_app(config_name):
username
=
session
[
'user'
].
get
(
'username'
),
fullname
=
session
[
'user'
].
get
(
'fullname'
),
email
=
session
[
'user'
].
get
(
'email'
),
referrer
=
session
[
'return_url'
],
cancel_url
=
vars
.
default_referrer
,
cancel_msg
=
messages
.
cancel_message
,
pre_certification_msg
=
messages
.
pre_certification_message
,
certification_msg
=
messages
.
certification_message
)
cancel_msg
=
messages
.
cancel_message
,
pre_certification_msg
=
messages
.
pre_certification_message
,
certification_msg
=
messages
.
certification_message
)
else
:
return
render_template
(
'auth/SignUp.html'
,
room_id
=
session
[
'uid'
],
username
=
session
[
'user'
].
get
(
'username'
),
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment