diff --git a/lms/templates/instructor/instructor_dashboard_2/course_info.html b/lms/templates/instructor/instructor_dashboard_2/course_info.html index 3569251e79..57333c8dba 100644 --- a/lms/templates/instructor/instructor_dashboard_2/course_info.html +++ b/lms/templates/instructor/instructor_dashboard_2/course_info.html @@ -37,7 +37,7 @@
  • - ${_("Yes") if section_data['grade_cutoffs'] else _("No")} + ${_("Yes") if section_data['has_started'] else _("No")}