diff --git a/lms/templates/courseware/info.html b/lms/templates/courseware/info.html
index e2770169a7..0b9b20f39c 100644
--- a/lms/templates/courseware/info.html
+++ b/lms/templates/courseware/info.html
@@ -61,7 +61,7 @@ $(document).ready(function(){
${get_course_info_section(request, course, 'updates')}
- % if SelfPacedConfiguration.current().enable_course_home_improvements:
+ % if False:
${_("Important Course Dates")}
${get_course_date_summary(course, user)}
% endif