diff --git a/cms/templates/settings.html b/cms/templates/settings.html index 9a484abe87..57db1ceb5a 100644 --- a/cms/templates/settings.html +++ b/cms/templates/settings.html @@ -179,6 +179,33 @@ CMS.URL.UPLOAD_ASSET = '${upload_asset_url | n, js_escaped_string}'
${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('') - )}
-