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") %>