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
f544d8b1
Commit
f544d8b1
authored
Apr 19, 2022
by
Krish Moodbidri
Browse files
renamed route certify_account
parent
0d5e4aaf
Pipeline
#5892
failed with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
app/__init__.py
View file @
f544d8b1
...
...
@@ -77,7 +77,7 @@ def create_app(config_name):
@
app
.
route
(
'/certify_account'
)
def
error_certify
():
return
render_template
(
'errors/certif
ication
.html'
)
return
render_template
(
'errors/certif
y
.html'
)
# misc page error catching
@
app
.
errorhandler
(
403
)
...
...
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