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

added href placeholder for aup flag

parent 5f08c96d
Branches feat-href-aup
No related tags found
1 merge request!17Feat aup flag href
......@@ -97,7 +97,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() />Accept<a href='https://www.uab.edu/it/home/policies/data-classification/data-protection-rule'>UAB User Policy</a> and proceed<br/>
<button class="btn btn-danger btn-md" id="cancel" name="cancel" type="button" onClick="renderDom('Account Creation 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();request_account()"> Create 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