diff --git a/lms/static/sass/application.scss b/lms/static/sass/application.scss index 944d3b2884..4e532cf30e 100644 --- a/lms/static/sass/application.scss +++ b/lms/static/sass/application.scss @@ -19,6 +19,7 @@ @import 'multicourse/home'; @import 'multicourse/dashboard'; +@import 'multicourse/testcenter-register'; @import 'multicourse/courses'; @import 'multicourse/course_about'; @import 'multicourse/jobs'; diff --git a/lms/static/sass/multicourse/_dashboard.scss b/lms/static/sass/multicourse/_dashboard.scss index 249e8a0513..8383b01a54 100644 --- a/lms/static/sass/multicourse/_dashboard.scss +++ b/lms/static/sass/multicourse/_dashboard.scss @@ -418,6 +418,10 @@ font-size: 13px; margin: 0; + a { + font-family: $sans-serif; + } + .grade-value { font-size: 1.2rem; font-weight: bold; diff --git a/lms/templates/test_center_register.html b/lms/templates/test_center_register.html index 8c99b4f8ef..f1b071d121 100644 --- a/lms/templates/test_center_register.html +++ b/lms/templates/test_center_register.html @@ -9,7 +9,7 @@ <%namespace name='static' file='static_content.html'/> -<%block name="title">
+ % if course.has_ended(): + Course Completed - ${course.end_date_text} + % elif course.has_started(): + Course Started - ${course.start_date_text} + % else: # hasn't started yet + Course Starts - ${course.start_date_text} + % endif +
+- % if course.has_ended(): - Course Completed - ${course.end_date_text} - % elif course.has_started(): - Course Started - ${course.start_date_text} - % else: # hasn't started yet - Course Starts - ${course.start_date_text} - % endif -
-Exam Series Code: ${exam_info.get('Exam_Series_Code')}
-First Eligible Appointment Date: ${exam_info.get('First_Eligible_Appointment_Date')}
-Last Eligible Appointment Date: ${exam_info.get('Last_Eligible_Appointment_Date')}
- % endif - -Exam Series Code: ${exam_info.get('Exam_Series_Code')}
+First Eligible Appointment Date: ${exam_info.get('First_Eligible_Appointment_Date')}
+Last Eligible Appointment Date: ${exam_info.get('Last_Eligible_Appointment_Date')}
+ % endif +Here is the current state of your registration, for debugging purposes:
-Here is the current state of your registration, for debugging purposes:
+Current status: ${regstatus}
- -The demographic information provided below was used to register - for the exam listed above. Changes to this information - may be submitted below.
-Current status: ${regstatus}
+ +The demographic information provided below was used to register + for the exam listed above. Changes to this information + may be submitted below.
+The demographic information must be provided below in order to register for the exam listed above.
@@ -127,106 +120,94 @@ % if message: -${message}
-${message}
+The following is included here just so it can be input within the form. But it is not part of the demographics, and it is not something that can be changed once input.
+ +