diff --git a/lms/templates/test_center_register.html b/lms/templates/test_center_register.html index 6e042d5dc2..a0bba90445 100644 --- a/lms/templates/test_center_register.html +++ b/lms/templates/test_center_register.html @@ -103,7 +103,9 @@ % if registration: - <% exam_help_href = "mailto:exam-help@edx.org?subject=Pearson VUE Exam - %s %s".format(get_course_about_section(course, 'university'), course.number) %> + <% + exam_help_href = "mailto:exam-help@edx.org?subject=Pearson VUE Exam - " + get_course_about_section(course, 'university') + " - " + course.number + %> % if registration.is_rejected:
@@ -234,7 +236,7 @@
- +
  • @@ -244,7 +246,7 @@
    - +