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'] - }) - %> -
-