$("#change_email").html("Request submitted. You'll receive a confirmation in your in-box.");
$("#change_email").html("<h1>Please verify your new email</h1><p>You'll receive a confirmation in your in-box. Please click the link in the email to confirm the email change.</p>");
}else{
$("#change_email_error").html(data.error);
}
...
...
@@ -107,7 +107,7 @@ $(function() {
"rationale":rationale},
function(data){
if(data.success){
$("#apply_name_change").html("Request submitted. We'll send you an e-mail if we approve the change or need further information.");
$("#apply_name_change").html("<h1>Your request has been submitted.</h1><p>We'll send you an e-mail if we approve the change or need further information. Please allow for up to a week for us to process your request.</p>");
}else{
$("#apply_name_change_error").html(data.error);
}
...
...
@@ -179,7 +179,7 @@ $(function() {
<header>
<h1>${name}</h1>
%if True:
<ahref="#apply_name_change"rel="leanModal">Apply to change</a>
<p>A member of the course staff will review your request, and if approved, update your information. Please allow up to a week for your requested to be processed.</p>
<p>To uphold credibility of any MITx credits / certificates we want to approve of any name changes. A member of the course staff will review your request, and if approved, update your information. Please allow up to a week for your requested to be processed.</p>
<ul>
<li>
<label>Enter your desired full name, as it will appear on the MITx Certificate: </label>