-
})
->>>>>>> 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
@@ -213,23 +197,15 @@
% 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(
link_start=''.format(url=testcenter_register_target),
link_end='')}
${_("Otherwise {link_start}contact edX at {email}{link_end} for further help.").format(
- link_start=''.format(email="exam-help@edx.org", about=get_course_about_section(course, 'university'), number=course.number),
+ link_start=''.format(email="exam-help@edx.org", about=get_course_about_section(course, 'university'), number=course.display_number_with_default),
link_end='',
email="exam-help@edx.org",
)}
-=======
-
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/open_ended_problems/combined_notifications.html b/lms/templates/open_ended_problems/combined_notifications.html
index 1b8898fedc..ce22a5c580 100644
--- a/lms/templates/open_ended_problems/combined_notifications.html
+++ b/lms/templates/open_ended_problems/combined_notifications.html
@@ -7,11 +7,7 @@
<%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
+<%block name="title">
${_("{course_number} Combined Notifications").format(course_number=course.display_number_with_default) | h}%block>
<%include file="/courseware/course_navigation.html" args="active_page='open_ended'" />
diff --git a/lms/templates/open_ended_problems/open_ended_problems.html b/lms/templates/open_ended_problems/open_ended_problems.html
index 67c5ba8da3..68882984f5 100644
--- a/lms/templates/open_ended_problems/open_ended_problems.html
+++ b/lms/templates/open_ended_problems/open_ended_problems.html
@@ -7,11 +7,7 @@
<%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
+<%block name="title">
${_("{course_number} Open Ended Problems").format(course_number=course.display_number_with_default) | h}%block>
<%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 2b7702f5a4..60421502e6 100644
--- a/lms/templates/static_htmlbook.html
+++ b/lms/templates/static_htmlbook.html
@@ -2,12 +2,7 @@
<%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 name="title">
${_('{course_number} Textbook').format(course_number=course.display_number_with_default) | h}
%block>
<%block name="headextra">
diff --git a/lms/templates/static_pdfbook.html b/lms/templates/static_pdfbook.html
index e6cde45fd2..4e9f604a0c 100644
--- a/lms/templates/static_pdfbook.html
+++ b/lms/templates/static_pdfbook.html
@@ -3,16 +3,9 @@
<%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
+
${_('{course_number} Textbook').format(course_number=course.display_number_with_default) | h}
%block>
<%block name="headextra">
diff --git a/lms/templates/staticbook.html b/lms/templates/staticbook.html
index 443918ac75..09741e0a9e 100644
--- a/lms/templates/staticbook.html
+++ b/lms/templates/staticbook.html
@@ -2,11 +2,7 @@
<%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="title">
${_("{course_number} Textbook").format(course_number=course.display_number_with_default) | h}%block>
<%block name="headextra">
<%static:css group='course'/>