diff --git a/cms/templates/course_outline.html b/cms/templates/course_outline.html
index 16d9ccbd4ca5..f44fdcfc8055 100644
--- a/cms/templates/course_outline.html
+++ b/cms/templates/course_outline.html
@@ -162,7 +162,7 @@
${_("This course has proctored exam settings that are
% if mfe_proctored_exam_settings_url:
<% url_encoded_course_id = quote(str(context_course.id).encode('utf-8'), safe='') %>
${Text(_("To update these settings go to the {link_start}Proctored Exam Settings page{link_end}.")).format(
- link_start=HTML('').format(
+ link_start=HTML('').format(
mfe_proctored_exam_settings_url=mfe_proctored_exam_settings_url
),
link_end=HTML("")