diff --git a/lms/templates/courseware/course_about.html b/lms/templates/courseware/course_about.html index 0a6c5b346b..f52a8e7a6b 100644 --- a/lms/templates/courseware/course_about.html +++ b/lms/templates/courseware/course_about.html @@ -135,9 +135,8 @@ %endif - - ${_("You are registered for this course {course.display_number_with_default}").format(course=course) | h} - + ${_("You are registered for this course")} + %if show_courseware_link: ${_("View Courseware")}