diff --git a/cms/templates/settings.html b/cms/templates/settings.html index 29967a2156..076adbdde7 100644 --- a/cms/templates/settings.html +++ b/cms/templates/settings.html @@ -1,6 +1,7 @@ +<%page expression_filter="h"/> <%inherit file="base.html" /> <%def name="online_help_token()"><% return "schedule" %>%def> -<%block name="title">${_("Schedule & Details Settings")}%block> +<%block name="title">${_("Schedule & Details Settings")}%block> <%block name="bodyclass">is-signedin course schedule view-settings feature-upload%block> <%namespace name='static' file='static_content.html'/> @@ -11,6 +12,7 @@ from openedx.core.djangolib.js_utils import ( dump_js_escaped_json, js_escaped_string ) + from openedx.core.djangolib.markup import HTML, Text %> <%block name="header_extras"> @@ -27,7 +29,7 @@ %block> @@ -94,10 +96,10 @@ CMS.URL.UPLOAD_ASSET = '${upload_asset_url}'
${_( - 'These dates impact when your courseware can be viewed, ' - 'but they are not the dates shown on your course summary page. ' +
${Text(_( + 'These dates impact {strong_start}when your courseware can be viewed{strong_end}, ' + 'but they are {strong_start}not the dates shown on your course summary page{strong_end}. ' 'To provide the course start and registration dates as shown on your course ' 'summary page, follow the instructions provided by your Program Manager.' + )).format( + strong_start=HTML(''), + strong_end=HTML('') )}
${_("You can now view and author your course entrance exam from the {link_start}Course Outline{link_end}.").format(link_start="".format(course_handler_url), link_end="")}
++ ${Text(_("You can now view and author your course entrance exam from the {link_start}Course Outline{link_end}.")).format( + link_start=HTML("").format(course_handler_url=course_handler_url), + link_end=HTML("") + )}
${_("The score student must meet in order to successfully complete the entrance exam. ")}