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/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/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 @@
- +
-
-
<%= model.get('help') %>
+
+
<%- model.get('help') %>
- <%= gettext("Add URLs for additional versions") %> <%= model.get('display_name')%> + <%- gettext("Add URLs for additional versions") %> <%- model.get('display_name')%>
- <%= gettext("To be sure all students can access the video, we recommend providing both an .mp4 and a .webm version of your video. Click below to add a URL for another version. These URLs cannot be YouTube URLs. The first listed video that's compatible with the student's computer will play.") %> + <%- gettext("To be sure all students can access the video, we recommend providing both an .mp4 and a .webm version of your video. Click below to add a URL for another version. These URLs cannot be YouTube URLs. The first listed video that's compatible with the student's computer will play.") %>
  1. - +
  2. - +
@@ -22,6 +22,6 @@
diff --git a/cms/templates/js/xblock-string-field-editor.underscore b/cms/templates/js/xblock-string-field-editor.underscore index ced86dfa65..70ea7b2692 100644 --- a/cms/templates/js/xblock-string-field-editor.underscore +++ b/cms/templates/js/xblock-string-field-editor.underscore @@ -7,10 +7,10 @@
<% var formLabel = gettext("Edit %(display_name)s (required)"); %> -