From fd7c526c7621c047beefe239b0bd038fd4685d09 Mon Sep 17 00:00:00 2001 From: Ali-D-Akbar Date: Tue, 2 Feb 2021 16:18:42 +0500 Subject: [PATCH] PROD-2001 --- .../js/course_grade_policy.underscore | 32 +++++++++---------- 1 file changed, 16 insertions(+), 16 deletions(-) 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.") %>