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
579d1ad4
Commit
579d1ad4
authored
May 16, 2022
by
Krish Moodbidri
Browse files
Added checkbox to certify account
Agree to cerfity button activated on checking the checkbox for user policy
parent
4d5779f7
Pipeline
#6106
failed with stage
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
app/templates/account/certify.html
View file @
579d1ad4
...
...
@@ -94,8 +94,9 @@
</div>
<br>
<div
class=
"col-md-7 col-sm-7 my-col"
>
<br><input
class=
"checks"
id =
"agree"
type=
"checkbox"
name=
"agree"
value=
"agree"
onchange=
check()
/>
Agree to proceed
<br/>
<button
class=
"btn btn-danger btn-md"
id=
"cancel"
name=
"cancel"
type=
"button"
onClick=
"renderDom('Account Certification Cancelled','{{ cancel_msg |safe }}', null)"
>
Cancel
</button>
<button
class=
"btn btn-primary btn-md"
id=
"submit"
name=
"submit"
type=
"button"
value=
"Submit"
onclick=
"displayloading1();certify_account()"
>
Certify Account
</button>
<button
class=
"btn btn-primary btn-md"
disabled
id=
"submit"
name=
"submit"
type=
"button"
value=
"Submit"
onclick=
"displayloading1();certify_account()"
>
Certify Account
</button>
</div>
</form>
</div>
...
...
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