diff --git a/lms/templates/courseware/instructor_dashboard.html b/lms/templates/courseware/instructor_dashboard.html index 9fdea3dae8..3b692c08d3 100644 --- a/lms/templates/courseware/instructor_dashboard.html +++ b/lms/templates/courseware/instructor_dashboard.html @@ -201,7 +201,11 @@ function goto( mode)

+<<<<<<< HEAD +======= + +>>>>>>> disable buttons for large courses on legacy and beta instr dash


@@ -398,6 +402,7 @@ function goto( mode)

${_("Enrollment Data")}

% if disable_buttons: +<<<<<<< HEAD
@@ -412,6 +417,18 @@ function goto( mode)

+======= +

+ ${_("Note: some of these buttons are known to time out for larger " + "courses. We have temporarily disabled those features for courses " + "with more than {max_enrollment} students. We are urgently working on " + "fixing this issue. Thank you for your patience as we continue " + "working to improve the platform!").format( + max_enrollment=settings.MITX_FEATURES['MAX_ENROLLMENT_INSTR_BUTTONS'] + )} +

+
+>>>>>>> disable buttons for large courses on legacy and beta instr dash % endif