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 %}