Commit 144859cd by Tyler Hallada

Turn off HTML escaping for email text fields

parent bcccd488
{% autoescape off %}
{% load i18n %}
{% blocktrans trimmed %}
......@@ -14,3 +15,4 @@ With self-paced courses, you learn on your own schedule. We encourage you to spe
Your focused attention will pay off in the end!
{% endblocktrans %}
{% include "schedules/edx_ace/common/upsell_cta.txt"%}
{% endautoescape %}
{% autoescape off %}
{% load i18n %}
{% blocktrans %}Welcome to week {{ week_num }} {% endblocktrans %}
{% endautoescape %}
{% autoescape off %}
{% load i18n %}
{% load ace %}
{% if course_ids|length > 1 %}
......@@ -14,3 +15,4 @@
{% trans "Keep learning" %} <{% with_link_tracking course_url %}>
{% endif %}
{% include "schedules/edx_ace/common/upsell_cta.txt"%}
{% endautoescape %}
{% autoescape off %}
{% if course_ids|length > 1 %}
{{ platform_name }}
{% else %}
{{ course_name }}
{% endif %}
{% endautoescape %}
{% autoescape off %}
{% load i18n %}
{% trans "Keep up the momentum!" %}
\ No newline at end of file
{% trans "Keep up the momentum!" %}
{% endautoescape %}
{% autoescape off %}
{% load i18n %}
{% load ace %}
{% if course_ids|length > 1 %}
......@@ -16,3 +17,4 @@
{% trans "Start learning now" %} <{% with_link_tracking course_url %}>
{% endif %}
{% include "schedules/edx_ace/common/upsell_cta.txt"%}
{% endautoescape %}
{% autoescape off %}
{% if course_ids|length > 1 %}
{{ platform_name }}
{% else %}
{{ course_name }}
{% endif %}
{% endautoescape %}
{% autoescape off %}
{% load i18n %}
{% if course_ids|length > 1 %}
{% blocktrans %}Keep learning on {{ platform_name }}{% endblocktrans %}
{% else %}
{% blocktrans %}Keep learning in {{course_name}}{% endblocktrans %}
{% endif %}
{% endautoescape %}
{% autoescape off %}
{% load i18n %}
{% load ace %}
{% if course_ids|length > 1 %}
......@@ -27,3 +28,4 @@ Upgrade by {{ user_schedule_upgrade_deadline_time }}.
{% trans "Upgrade now at" %} <{% with_link_tracking upsell_link %}>
{% endif %}
{% endautoescape %}
{% autoescape off %}
{% if course_ids|length > 1 %}
{{ platform_name }}
{% else %}
{{ first_course_name }}
{% endif %}
{% endautoescape %}
{% autoescape off %}
{% load i18n %}
{% if course_ids|length > 1 %}
......@@ -5,3 +6,4 @@
{% else %}
{% blocktrans %}Upgrade to earn a verified certificate in {{ first_course_name }}{% endblocktrans %}
{% endif %}
{% endautoescape %}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment