Skip to content

Commit

Permalink
Merge pull request #35528 from openedx/varshamenon4/fix-proctoring-se…
Browse files Browse the repository at this point in the history
…ttings-link

fix: fix broken proctoring settings link in studio
  • Loading branch information
varshamenon4 authored Sep 24, 2024
2 parents 84d2ad9 + 88bfd1a commit c396b52
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 c396b52

Please sign in to comment.