diff --git a/lms/templates/course.html b/lms/templates/course.html index 295101da82..884e08b816 100644 --- a/lms/templates/course.html +++ b/lms/templates/course.html @@ -29,7 +29,7 @@ from six import text_type % if course.advertised_start is not None:
% else: - + % endif${_("Course Number")}
${course.display_number_with_default | h}${_("Course Number")}
${course.display_number_with_default}- ${_("You must successfully complete {link_start}{prc_display}{link_end} before you begin this course.").format( - link_start=''.format(prc_target), - link_end='', + ${Text(_("You must successfully complete {link_start}{prc_display}{link_end} before you begin this course.")).format( + link_start=HTML('').format(prc_target), + link_end=HTML(''), prc_display=pre_requisite_courses[0]['display'], )}
@@ -354,7 +358,7 @@ from six import string_types