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 fe3c6279f7..68a3ace2c0 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 @@ -26,20 +26,21 @@ {% include "goal_reminder_banner.html" %}
+
{% filter force_escape %}
{% blocktrans count count=days_per_week asvar goal_text %}
You set a goal of learning {start_bold}{{days_per_week}} time a week in {{course_name}}{end_bold}. You're not quite there, but there's still time to reach that goal!"
@@ -54,18 +55,21 @@
+
{% filter force_escape %}{% blocktrans %}
Remember, you can always change your learning goal. The best goal is one that you can stick to.
{% endblocktrans %}{% endfilter %}
@@ -75,9 +79,12 @@