diff --git a/cms/templates/js/metadata-file-uploader-entry.underscore b/cms/templates/js/metadata-file-uploader-entry.underscore index a7f2078a24..af0bd1101f 100644 --- a/cms/templates/js/metadata-file-uploader-entry.underscore +++ b/cms/templates/js/metadata-file-uploader-entry.underscore @@ -1,9 +1,9 @@
- - "> + + ">
-
-<%= model.get('help') %> +<%- model.get('help') %> diff --git a/cms/templates/js/metadata-list-entry.underscore b/cms/templates/js/metadata-list-entry.underscore index 073a512780..b37ec383ba 100644 --- a/cms/templates/js/metadata-list-entry.underscore +++ b/cms/templates/js/metadata-list-entry.underscore @@ -1,17 +1,17 @@
- -
+ + -
-<%= model.get('help') %> +<%- model.get('help') %> diff --git a/cms/templates/js/metadata-number-entry.underscore b/cms/templates/js/metadata-number-entry.underscore index 8621ab528c..7f8572e1e8 100644 --- a/cms/templates/js/metadata-number-entry.underscore +++ b/cms/templates/js/metadata-number-entry.underscore @@ -1,8 +1,8 @@
- - -
-<%= model.get('help') %> +<%- model.get('help') %> diff --git a/cms/templates/js/video/metadata-translations-entry.underscore b/cms/templates/js/video/metadata-translations-entry.underscore index 1afef78cd9..90615f8e48 100644 --- a/cms/templates/js/video/metadata-translations-entry.underscore +++ b/cms/templates/js/video/metadata-translations-entry.underscore @@ -1,11 +1,11 @@
- +
-<%= model.get('help') %> +<%- model.get('help') %> diff --git a/cms/templates/js/video/transcripts/messages/transcripts-choose.underscore b/cms/templates/js/video/transcripts/messages/transcripts-choose.underscore index d626443964..f7ae0a4c21 100644 --- a/cms/templates/js/video/transcripts/messages/transcripts-choose.underscore +++ b/cms/templates/js/video/transcripts/messages/transcripts-choose.underscore @@ -1,17 +1,17 @@
- <%= gettext("Timed Transcript Conflict") %> + <%- gettext("Timed Transcript Conflict") %>

- <%= gettext("The timed transcript for the first video file does not appear to be the same as the timed transcript for the second video file.") %> + <%- gettext("The timed transcript for the first video file does not appear to be the same as the timed transcript for the second video file.") %> - <%= gettext("Which timed transcript would you like to use?") %> + <%- gettext("Which timed transcript would you like to use?") %>

@@ -28,12 +28,12 @@ class="action setting-choose" type="button" name="setting-choose" - data-video-id="<%= value %>" - value="<%= message %>" - data-tooltip="<%= message %>" + data-video-id="<%- value %>" + value="<%- message %>" + data-tooltip="<%- message %>" > - <%= message %> + <%= message %> <% // xss-lint: disable=underscore-not-escaped %> <% }) %> diff --git a/cms/templates/js/video/transcripts/messages/transcripts-found.underscore b/cms/templates/js/video/transcripts/messages/transcripts-found.underscore index a803a453f7..e42706953b 100644 --- a/cms/templates/js/video/transcripts/messages/transcripts-found.underscore +++ b/cms/templates/js/video/transcripts/messages/transcripts-found.underscore @@ -1,16 +1,16 @@ -
<%= gettext("Timed Transcript Found") %>
+
<%- gettext("Timed Transcript Found") %>

-<%= gettext("EdX has a timed transcript for this video. If you want to edit this transcript, you can download, edit, and re-upload the existing transcript. If you want to replace this transcript, upload a new .srt transcript file.") %> +<%- gettext("EdX has a timed transcript for this video. If you want to edit this transcript, you can download, edit, and re-upload the existing transcript. If you want to replace this transcript, upload a new .srt transcript file.") %>

- - "> - <%= gettext("Download Transcript for Editing") %> + "> + <%- gettext("Download Transcript for Editing") %>
diff --git a/cms/templates/js/video/transcripts/metadata-videolist-entry.underscore b/cms/templates/js/video/transcripts/metadata-videolist-entry.underscore index 2e0719711b..6c22c6f04c 100644 --- a/cms/templates/js/video/transcripts/metadata-videolist-entry.underscore +++ b/cms/templates/js/video/transcripts/metadata-videolist-entry.underscore @@ -1,20 +1,20 @@