Skip to content
Snippets Groups Projects
Commit dc60cbd1 authored by Krish Moodbidri's avatar Krish Moodbidri
Browse files

added a href and edited checkbox text

parent 579d1ad4
No related branches found
No related tags found
1 merge request!37Added checkbox to certify account
......@@ -94,7 +94,7 @@
</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/>
<br><input class="checks" id ="agree" type="checkbox" name="agree" value="agree" onchange= check() /><a href="https://www.google.com">I agree to user acceptance policy</a><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" disabled id="submit" name="submit" type="button" value="Submit" onclick="displayloading1();certify_account()"> Certify Account</button>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment