From 687d5db91bd6fb794661d6923551e839f5019847 Mon Sep 17 00:00:00 2001 From: Krish Moodbidri <krish94@uab.edu> Date: Fri, 17 Dec 2021 13:20:26 -0600 Subject: [PATCH] added href placeholder for aup flag --- app/templates/auth/SignUp.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/auth/SignUp.html b/app/templates/auth/SignUp.html index bc48390..c67b2d2 100644 --- a/app/templates/auth/SignUp.html +++ b/app/templates/auth/SignUp.html @@ -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> -- GitLab