diff --git a/app/templates/auth/SignUp.html b/app/templates/auth/SignUp.html index f46823340365535669ffa388bdcaddb74f31f03c..dc95ad6d00fb4281874ff60a104627b5ab8480c2 100644 --- a/app/templates/auth/SignUp.html +++ b/app/templates/auth/SignUp.html @@ -28,7 +28,7 @@ socket.on( 'account error', function( msg ) { console.log(msg); $('#myModal2').modal('hide'); - renderDom("Account create error", "contact rc team", msg); + renderDom("Account Create Error", "Error while creating your account. We've been notified about this", msg); }); }); @@ -79,8 +79,8 @@ <div class="col-md-10 col-sm-10 my-col"> <div id="form-wrapper"> - <h2> Self Registration form </h2> - <p> Welcome to UAB's Reseach Computing cluster. The information below will be used to create your account. <br>Please fill in all the details as this helps us understand our user base. <br>Contact support@listserv.uab.edu for any assistance in creating your account.</p> + <h2> Self Registration Form </h2> + <p style="font-size:110%;"> Welcome to UAB's Reseach Computing cluster. The information below will be used to create your account. Please fill in all the details as this helps us understand our user base. Contact <a href="mailto:someone@yoursite.com">Research Computing</a> for any assistance in creating your account.</p> <div id="user-input"> <form id="signup" data-toggle="validator" role="form" action="." method="post" onsubmit=""> <div class="col-md-7 col-sm-7 my-col"> @@ -98,7 +98,7 @@ </div> <br> <div class="col-md-7 col-sm-7 my-col"> - <button class="btn btn-danger btn-md" id="cancel" name="cancel" type="button" onClick="renderDom('Account cancel','close browser', null)">Cancel</button> + <button class="btn btn-danger btn-md" id="cancel" name="cancel" type="button" onClick="renderDom('Account Creation Cancelled','Close browser to end session', null)">Cancel</button> <button class="btn btn-primary btn-md" id="submit" name="submit" type="button" value="Submit" onclick="displayloading1();request_account()"> Create Account</button> </div> </form>