diff --git a/lms/templates/test_center_register.html b/lms/templates/test_center_register.html index 6ffba957bb..3076924411 100644 --- a/lms/templates/test_center_register.html +++ b/lms/templates/test_center_register.html @@ -109,39 +109,35 @@ %> % if registration: - - % if registration.is_rejected: -
-

Your registration for the Pearson exam has been rejected

-

Please see your registration status details for more information.

- % endif + + % if registration.is_accepted: +
+

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.)

+ Schedule Pearson exam +
+ % endif - % if registration.is_accepted: -
-

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.)

- Schedule Pearson exam -
- % endif + % if registration.demographics_is_rejected: +
+

Your demographic information contained an error and was rejected

+

Please check the information you provided, and correct the errors noted below. +

+ % endif + + % if registration.registration_is_rejected: +
+

Your registration for the Pearson exam has been rejected

+

Please see your registration status details for more information.

+
+ % endif - % if registration.is_pending: -
+ % if registration.is_pending: +

Your registration for the Pearson exam is pending

Once your information is processed, it will be forwarded to Pearson and you will be able to schedule an exam.

-
- % endif - - -
-

Your demographic information contained an error and was rejected

-

Please check the information you provided, and correct the errors noted below. -

- - -
-

Registration for this Pearson exam is closed

-

Your registration status and previous information is available below, however you may not edit any of the information.

+ % endif % endif @@ -149,10 +145,16 @@
-
- - - + % if exam_info.is_registering(): + + % else: + + +
+

Registration for this Pearson exam is closed

+

Your previous information is available below, however you may not edit any of the information. +

+ % endif % if registration:

@@ -168,7 +170,7 @@ - +

@@ -283,10 +285,10 @@ % if registration: % if registration.accommodation_request and len(registration.accommodation_request) > 0: -

Note: Your previously accomodation requests below need to be reviewed in detail and will add asignificant delay to your registration process.

+

Note: Your previous accommodation request below needs to be reviewed in detail and will add a significant delay to your registration process.

% endif % else: -

Note: Accommodation requests are not part of your demographic information, and cannot be changed once submitted. Accomodation requests, which are reviewed on a case-by-case basis, will add significant delay to the registration process.

+

Note: Accommodation requests are not part of your demographic information, and cannot be changed once submitted. Accommodation requests, which are reviewed on a case-by-case basis, will add significant delay to the registration process.

% endif
@@ -328,10 +330,10 @@ % if registration: % if registration.accommodation_request and len(registration.accommodation_request) > 0: - + % endif % else: - Special (ADA) Accommdations + Special (ADA) Accommodations % endif