diff --git a/cms/templates/container.html b/cms/templates/container.html index 17de3d20ea..d1a743b128 100644 --- a/cms/templates/container.html +++ b/cms/templates/container.html @@ -203,7 +203,9 @@ from openedx.core.djangolib.markup import HTML, Text
${_("Location ID")}

${unit.location.block_id} - Tip: ${Text(_('To create a link to this unit from an HTML component in this course, enter "/jump_to_id/" as the URL value.'))} + Tip: ${Text(_('To create a link to this unit from an HTML component in this course, enter {unit_link} as the URL value.')).format( + unit_link="/jump_to_id/{}".format(unit.location.block_id) + )}