Your
diff --git a/lms/templates/test_center_register.html b/lms/templates/test_center_register.html
index 0db34cec00..ea63b8261a 100644
--- a/lms/templates/test_center_register.html
+++ b/lms/templates/test_center_register.html
@@ -46,7 +46,7 @@
$(".submission-error").addClass("is-shown");
for (fieldname in field_errors) {
// to inform a user of what field the error occurred on, add a class of .error to the .field element.
- // for convenience, use the "data-field" attribute to identify the one matching the errant field's name.
+ // for convenience, use the "id" attribute to identify the one matching the errant field's name.
var field_id = "field-" + fieldname;
var field_label = $("[id='"+field_id+"'] label").text();
@@ -117,7 +117,7 @@
Your registration for the Pearson exam has been processed
Your registration number is ${registration.client_authorization_id} (Write this down! You’ll need it to schedule your exam.)
- Please complete the following form to update your demographic information used in your Pearson VUE Proctored Exam. Required fields are noted by bold text and an asterisk (*).
+ Please use the following form if you need to update your demographic information used in your Pearson VUE Proctored Exam. Required fields are noted by bold text and an asterisk (*).
% else:
@@ -264,7 +264,9 @@
% endif
% if registration:
+ % if registration.accommodation_request and len(registration.accommodation_request) > 0:
Note: Accomodation requests, which need to be reviewed in detail, will add significant delay to the registration process.
+ % endif
% else:
Note: Accommodation requests are not part of your demographic information, and cannot be changed once submitted. Accomodation requests, which need to be reviewed in detail, will add significant delay to the registration process.
% endif
@@ -275,13 +277,13 @@
% if registration:
% if registration.accommodation_request and len(registration.accommodation_request) > 0:
-