diff --git a/cms/templates/js/course_info_handouts.underscore b/cms/templates/js/course_info_handouts.underscore index 16d48118da..dfa78587dd 100644 --- a/cms/templates/js/course_info_handouts.underscore +++ b/cms/templates/js/course_info_handouts.underscore @@ -1,22 +1,22 @@ -<%= gettext("Edit") %> +<%- gettext("Edit") %> -

<%= gettext("Course Handouts") %>

+

<%- gettext("Course Handouts") %>

<%if (model.get('data') != null) { %>
<% } else {%> -

<%= gettext("You have no handouts defined") %>

+

<%- gettext("You have no handouts defined") %>

<% } %>
- <%= gettext("There is invalid code in your content. Please check to make sure it is valid HTML.") %> + <%- gettext("There is invalid code in your content. Please check to make sure it is valid HTML.") %>
- <%= gettext("Save") %> - <%= gettext("Cancel") %> + <%- gettext("Save") %> + <%- gettext("Cancel") %>
diff --git a/cms/templates/js/grading-editor.underscore b/cms/templates/js/grading-editor.underscore index 7db05aa5ff..243de60361 100644 --- a/cms/templates/js/grading-editor.underscore +++ b/cms/templates/js/grading-editor.underscore @@ -1,12 +1,12 @@ - +