diff --git a/lms/templates/discussion/single_thread.html b/lms/templates/discussion/single_thread.html index 9dade09a9a..5bd6c6ca03 100644 --- a/lms/templates/discussion/single_thread.html +++ b/lms/templates/discussion/single_thread.html @@ -7,11 +7,7 @@ <%inherit file="../main.html" /> <%namespace name='static' file='../static_content.html'/> <%block name="bodyclass">discussion -<<<<<<< HEAD <%block name="title">${_("Discussion - {course_number}").format(course_number=course.display_number_with_default) | h} -======= -<%block name="title">Discussion – ${course.display_number_with_default | h} ->>>>>>> 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 e506ef02cc..40e80de11e 100644 --- a/lms/templates/instructor/staff_grading.html +++ b/lms/templates/instructor/staff_grading.html @@ -7,11 +7,7 @@ <%static:css group='course'/> -<<<<<<< HEAD -<%block name="title">${_("{course_number} Staff Grading").format(course_number=course.display_number_with_default)} -======= -<%block name="title">${course.display_number_with_default | h} Staff Grading ->>>>>>> add escaping +<%block name="title">${_("{course_number} Staff Grading").format(course_number=course.display_number_with_default) | h} <%include file="/courseware/course_navigation.html" args="active_page='staff_grading'" /> 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 f366684c02..8e746f585f 100644 --- a/lms/templates/open_ended_problems/open_ended_flagged_problems.html +++ b/lms/templates/open_ended_problems/open_ended_flagged_problems.html @@ -7,11 +7,7 @@ <%static:css group='course'/> -<<<<<<< HEAD -<%block name="title">${_("{course_number} Flagged Open Ended Problems").format(course_number=course.display_number_with_default)} -======= -<%block name="title">${course.display_number_with_default | h} Flagged Open Ended Problems ->>>>>>> add escaping +<%block name="title">${_("{course_number} Flagged Open Ended Problems").format(course_number=course.display_number_with_default) | h} <%include file="/courseware/course_navigation.html" args="active_page='open_ended_flagged_problems'" />