From 97c587cb537d0e33e434be47fffc329b35ef6f77 Mon Sep 17 00:00:00 2001 From: Feanil Patel Date: Fri, 31 Jul 2026 15:55:05 -0400 Subject: [PATCH] refactor: drop orphaned Studio Maintenance underscore template The Studio Maintenance dashboard (and its Announcements and Force Publish tools) was removed in #37432 (feat!: Remove Studio Maintenance & Announcements). That removal left one orphaned Underscore template behind: cms/templates/js/maintenance/force-published-course-response.underscore. Nothing references it -- no JS, RequireJS build entry, Python view, or URL loads it -- so it is dead code. Removing it completes the cleanup. Co-Authored-By: Claude Opus 4.8 --- .../force-published-course-response.underscore | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 cms/templates/js/maintenance/force-published-course-response.underscore diff --git a/cms/templates/js/maintenance/force-published-course-response.underscore b/cms/templates/js/maintenance/force-published-course-response.underscore deleted file mode 100644 index 7441413dd47c..000000000000 --- a/cms/templates/js/maintenance/force-published-course-response.underscore +++ /dev/null @@ -1,14 +0,0 @@ -
-
- <%- gettext('You have done a dry run of force publishing the course. Nothing has changed. Had you run it, the following course versions would have been change.') %> -
-
- <%- StringUtils.interpolate( - gettext('The published branch version, {published}, was reset to the draft branch version, {draft}.'), - { - published: current_versions['published-branch'], - draft: current_versions['draft-branch'] - }) - %> -
-