diff --git a/cms/templates/js/course_grade_policy.underscore b/cms/templates/js/course_grade_policy.underscore index 8878378c88..ac59928949 100644 --- a/cms/templates/js/course_grade_policy.underscore +++ b/cms/templates/js/course_grade_policy.underscore @@ -1,35 +1,35 @@
  • - - - <%= gettext("The general category for this type of assignment, for example, Homework or Midterm Exam. This name is visible to learners.") %> + + <% // xss-lint: disable=underscore-not-escaped %> + <%- gettext("The general category for this type of assignment, for example, Homework or Midterm Exam. This name is visible to learners.") %>
    - - - <%= gettext("This short name for the assignment type (for example, HW or Midterm) appears next to assignments on a learner's Progress page.") %> + + <% // xss-lint: disable=underscore-not-escaped %> + <%- gettext("This short name for the assignment type (for example, HW or Midterm) appears next to assignments on a learner's Progress page.") %>
    - - - <%= gettext("The weight of all assignments of this type as a percentage of the total grade, for example, 40. Do not include the percent symbol.") %> + + <% // xss-lint: disable=underscore-not-escaped %> + <%- gettext("The weight of all assignments of this type as a percentage of the total grade, for example, 40. Do not include the percent symbol.") %>
    - - - <%= gettext("The number of subsections in the course that contain problems of this assignment type.") %> + + <% // xss-lint: disable=underscore-not-escaped %> + <%- gettext("The number of subsections in the course that contain problems of this assignment type.") %>
    - - - <%= gettext("The number of assignments of this type that will be dropped. The lowest scoring assignments are dropped first.") %> + + <% // xss-lint: disable=underscore-not-escaped %> + <%- gettext("The number of assignments of this type that will be dropped. The lowest scoring assignments are dropped first.") %>
    - <%= gettext("Delete") %> + <%- gettext("Delete") %>