diff --git a/openedx/features/course_experience/templates/course_experience/course-home-fragment.html b/openedx/features/course_experience/templates/course_experience/course-home-fragment.html index 7702f523fd..876c86963f 100644 --- a/openedx/features/course_experience/templates/course_experience/course-home-fragment.html +++ b/openedx/features/course_experience/templates/course_experience/course-home-fragment.html @@ -117,8 +117,7 @@ from openedx.features.course_experience.course_tools import HttpMethod
  • % if course_tool.http_method == HttpMethod.GET: - - ${course_tool.title()} + ${course_tool.title()} % elif course_tool.http_method == HttpMethod.POST:
    @@ -247,4 +246,4 @@ from openedx.features.course_experience.course_tools import HttpMethod linkCategory: "(none)" }); - +