})
>>>>>>> add display_coursenumber and display_organization fields on the CourseModule, with some property accessors. Update LMS/CMS pages to use those display strings as appropraite.
+=======
+
})
+
+ % else:
+
+
})
+>>>>>>> add escaping
% endif
@@ -170,9 +178,9 @@
${get_course_about_section(course, 'university')}
@@ -205,6 +213,7 @@
% endif
% if registration.is_rejected:
+<<<<<<< HEAD
<<<<<<< HEAD
${_("Your registration for the Pearson exam has been rejected. Please {link_start}see your registration status details{link_end}.").format(
@@ -218,6 +227,9 @@
=======
Your registration for the Pearson exam has been rejected. Please see your registration status details. Otherwise contact edX at exam-help@edx.org for further help.
>>>>>>> add display_coursenumber and display_organization fields on the CourseModule, with some property accessors. Update LMS/CMS pages to use those display strings as appropraite.
+=======
+ Your registration for the Pearson exam has been rejected. Please see your registration status details. Otherwise contact edX at exam-help@edx.org for further help.
+>>>>>>> add escaping
% endif
% if not registration.is_accepted and not registration.is_rejected:
diff --git a/lms/templates/discussion/single_thread.html b/lms/templates/discussion/single_thread.html
index 5bd6c6ca03..9dade09a9a 100644
--- a/lms/templates/discussion/single_thread.html
+++ b/lms/templates/discussion/single_thread.html
@@ -7,7 +7,11 @@
<%inherit file="../main.html" />
<%namespace name='static' file='../static_content.html'/>
<%block name="bodyclass">discussion%block>
+<<<<<<< HEAD
<%block name="title">
${_("Discussion - {course_number}").format(course_number=course.display_number_with_default) | h}%block>
+=======
+<%block name="title">
Discussion – ${course.display_number_with_default | h}%block>
+>>>>>>> add escaping
<%block name="headextra">
<%static:css group='course'/>
diff --git a/lms/templates/instructor/staff_grading.html b/lms/templates/instructor/staff_grading.html
index fee2275927..e506ef02cc 100644
--- a/lms/templates/instructor/staff_grading.html
+++ b/lms/templates/instructor/staff_grading.html
@@ -7,7 +7,11 @@
<%static:css group='course'/>
%block>
+<<<<<<< HEAD
<%block name="title">
${_("{course_number} Staff Grading").format(course_number=course.display_number_with_default)}%block>
+=======
+<%block name="title">
${course.display_number_with_default | h} Staff Grading%block>
+>>>>>>> add escaping
<%include file="/courseware/course_navigation.html" args="active_page='staff_grading'" />
diff --git a/lms/templates/navigation.html b/lms/templates/navigation.html
index 3ca3ae2d1d..ee9b400251 100644
--- a/lms/templates/navigation.html
+++ b/lms/templates/navigation.html
@@ -50,7 +50,7 @@ site_status_msg = get_site_status_msg(course_id)
% if course:
-
${course.display_org_with_default}: ${course.display_number_with_default} ${course.display_name_with_default}
+
${course.display_org_with_default | h}: ${course.display_number_with_default | h} ${course.display_name_with_default}
% endif
% if user.is_authenticated():
diff --git a/lms/templates/open_ended_problems/combined_notifications.html b/lms/templates/open_ended_problems/combined_notifications.html
index b1149194d9..1b8898fedc 100644
--- a/lms/templates/open_ended_problems/combined_notifications.html
+++ b/lms/templates/open_ended_problems/combined_notifications.html
@@ -7,7 +7,11 @@
<%static:css group='course'/>
%block>
+<<<<<<< HEAD
<%block name="title">
${_("{course_number} Combined Notifications").format(course_number=course.display_number_with_default)}%block>
+=======
+<%block name="title">
${course.display_number_with_default | h} Combined Notifications%block>
+>>>>>>> add escaping
<%include file="/courseware/course_navigation.html" args="active_page='open_ended'" />
diff --git a/lms/templates/open_ended_problems/open_ended_flagged_problems.html b/lms/templates/open_ended_problems/open_ended_flagged_problems.html
index 61ec49584c..f366684c02 100644
--- a/lms/templates/open_ended_problems/open_ended_flagged_problems.html
+++ b/lms/templates/open_ended_problems/open_ended_flagged_problems.html
@@ -7,7 +7,11 @@
<%static:css group='course'/>
%block>
+<<<<<<< HEAD
<%block name="title">
${_("{course_number} Flagged Open Ended Problems").format(course_number=course.display_number_with_default)}%block>
+=======
+<%block name="title">
${course.display_number_with_default | h} Flagged Open Ended Problems%block>
+>>>>>>> add escaping
<%include file="/courseware/course_navigation.html" args="active_page='open_ended_flagged_problems'" />
diff --git a/lms/templates/open_ended_problems/open_ended_problems.html b/lms/templates/open_ended_problems/open_ended_problems.html
index e8496b6647..67c5ba8da3 100644
--- a/lms/templates/open_ended_problems/open_ended_problems.html
+++ b/lms/templates/open_ended_problems/open_ended_problems.html
@@ -7,7 +7,11 @@
<%static:css group='course'/>
%block>
+<<<<<<< HEAD
<%block name="title">
${_("{course_number} Open Ended Problems").format(course_number=course.display_number_with_default)}%block>
+=======
+<%block name="title">
${course.display_number_with_default | h} Open Ended Problems%block>
+>>>>>>> add escaping
<%include file="/courseware/course_navigation.html" args="active_page='open_ended_problems'" />
diff --git a/lms/templates/static_htmlbook.html b/lms/templates/static_htmlbook.html
index 9f8f4bb3d5..2b7702f5a4 100644
--- a/lms/templates/static_htmlbook.html
+++ b/lms/templates/static_htmlbook.html
@@ -2,8 +2,12 @@
<%inherit file="main.html" />
<%namespace name='static' file='static_content.html'/>
+<<<<<<< HEAD
<%block name="title">
${_('{course_number} Textbook').format(course_number=course.display_number_with_default)}
+=======
+<%block name="title">
${course.display_number_with_default | h} Textbook
+>>>>>>> add escaping
%block>
<%block name="headextra">
diff --git a/lms/templates/static_pdfbook.html b/lms/templates/static_pdfbook.html
index a38e9ff541..e6cde45fd2 100644
--- a/lms/templates/static_pdfbook.html
+++ b/lms/templates/static_pdfbook.html
@@ -3,10 +3,16 @@
<%inherit file="main.html" />
<%namespace name='static' file='static_content.html'/>
<%block name="title">
+<<<<<<< HEAD
${_('{course_number} Textbook').format(course_number=course.display_number_with_default)}
+=======
+
+
+
${course.display_number_with_default | h} Textbook
+>>>>>>> add escaping
%block>
<%block name="headextra">
diff --git a/lms/templates/staticbook.html b/lms/templates/staticbook.html
index 157af3a061..443918ac75 100644
--- a/lms/templates/staticbook.html
+++ b/lms/templates/staticbook.html
@@ -2,7 +2,11 @@
<%inherit file="main.html" />
<%namespace name='static' file='static_content.html'/>
+<<<<<<< HEAD
<%block name="title">
${_("{course_number} Textbook").format(course_number=course.display_number_with_default)}%block>
+=======
+<%block name="title">
${course.display_number_with_default | h} Textbook%block>
+>>>>>>> add escaping
<%block name="headextra">
<%static:css group='course'/>
diff --git a/lms/templates/test_center_register.html b/lms/templates/test_center_register.html
index ba88cfd6dd..de7ecd23df 100644
--- a/lms/templates/test_center_register.html
+++ b/lms/templates/test_center_register.html
@@ -95,7 +95,7 @@
-
+
% if registration:
${_('Your Pearson VUE Proctored Exam Registration')}
@@ -442,7 +442,7 @@
% endif
-
${_("About {university} {course_number}").format(university=get_course_about_section(course, 'university'), course_number=course.display_number_with_default)}
+
${_("About {university} {course_number}").format(university=get_course_about_section(course, 'university'), course_number=course.course.display_number_with_default)}
% if course.has_ended():
${_('Course Completed:')} ${course.end_date_text}