From cc86662ef6ac41f6940c369c7513f6c56a79edaf Mon Sep 17 00:00:00 2001 From: sundasnoreen12 Date: Thu, 19 Jun 2025 13:02:06 +0500 Subject: [PATCH] fix: fixed quality check --- .../course_goals/edx_ace/goalreminder/email/body.html | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/lms/djangoapps/course_goals/templates/course_goals/edx_ace/goalreminder/email/body.html b/lms/djangoapps/course_goals/templates/course_goals/edx_ace/goalreminder/email/body.html index 115a6075eb..3a491dbfed 100644 --- a/lms/djangoapps/course_goals/templates/course_goals/edx_ace/goalreminder/email/body.html +++ b/lms/djangoapps/course_goals/templates/course_goals/edx_ace/goalreminder/email/body.html @@ -37,9 +37,11 @@

- {% blocktrans with user_name=user_name %} - You’re almost there, {{ user_name }}! - {% endblocktrans %} + {% filter force_escape %} + {% blocktrans with user_name=user_name %} + You’re almost there, {{ user_name }}! + {% endblocktrans %} + {% endfilter %}

{% filter force_escape %}