From 8e059ff93497cb670d6d5869b06a4f072c003791 Mon Sep 17 00:00:00 2001 From: Brian Wilson Date: Sat, 12 Jan 2013 00:58:04 -0500 Subject: [PATCH] fix placeholders for phone_country_code values, and subject line of exam_help email. --- lms/templates/test_center_register.html | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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 @@
    - +