diff --git a/lms/templates/courseware/course_about.html b/lms/templates/courseware/course_about.html index df2989d024..3437e57483 100644 --- a/lms/templates/courseware/course_about.html +++ b/lms/templates/courseware/course_about.html @@ -140,9 +140,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")}