diff --git a/lms/djangoapps/instructor/views/legacy.py b/lms/djangoapps/instructor/views/legacy.py index 8e8a48513a..ea3b6663c1 100644 --- a/lms/djangoapps/instructor/views/legacy.py +++ b/lms/djangoapps/instructor/views/legacy.py @@ -1045,7 +1045,7 @@ def instructor_dashboard(request, course_id): context['standard_dashboard_url'] = reverse('instructor_dashboard', kwargs={'course_id': course_key.to_deprecated_string()}) - return render_to_response('courseware/instructor_dashboard.html', context) + return render_to_response('courseware/legacy_instructor_dashboard.html', context) def _do_remote_gradebook(user, course, action, args=None, files=None): diff --git a/lms/templates/courseware/instructor_dashboard.html b/lms/templates/courseware/legacy_instructor_dashboard.html similarity index 100% rename from lms/templates/courseware/instructor_dashboard.html rename to lms/templates/courseware/legacy_instructor_dashboard.html