Skip to content

Commit

Permalink
fix: fix broken proctoring settings link
Browse files Browse the repository at this point in the history
  • Loading branch information
varshamenon4 committed Sep 24, 2024
1 parent 649bd42 commit ed59e79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cms/templates/course_outline.html
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ <h2 class="title title-3">${_("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('<a href="${mfe_proctored_exam_settings_url}">').format(
link_start=HTML('<a href="{mfe_proctored_exam_settings_url}">').format(
mfe_proctored_exam_settings_url=mfe_proctored_exam_settings_url
),
link_end=HTML("</a>")
Expand Down

0 comments on commit ed59e79

Please sign in to comment.