Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
26d42de4
Unverified
Commit
26d42de4
authored
Dec 05, 2017
by
Tyler Hallada
Committed by
GitHub
Dec 05, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #16773 from edx/thallada/schedules-no-escape-txt
Schedules: turn off HTML escaping for email text fields
parents
08ca2110
144859cd
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
25 additions
and
2 deletions
+25
-2
openedx/core/djangoapps/schedules/templates/schedules/edx_ace/courseupdate/email/body.txt
+2
-0
openedx/core/djangoapps/schedules/templates/schedules/edx_ace/courseupdate/email/from_name.txt
+2
-0
openedx/core/djangoapps/schedules/templates/schedules/edx_ace/courseupdate/email/subject.txt
+2
-0
openedx/core/djangoapps/schedules/templates/schedules/edx_ace/recurringnudge_day10/email/body.txt
+2
-0
openedx/core/djangoapps/schedules/templates/schedules/edx_ace/recurringnudge_day10/email/from_name.txt
+2
-0
openedx/core/djangoapps/schedules/templates/schedules/edx_ace/recurringnudge_day10/email/subject.txt
+3
-2
openedx/core/djangoapps/schedules/templates/schedules/edx_ace/recurringnudge_day3/email/body.txt
+2
-0
openedx/core/djangoapps/schedules/templates/schedules/edx_ace/recurringnudge_day3/email/from_name.txt
+2
-0
openedx/core/djangoapps/schedules/templates/schedules/edx_ace/recurringnudge_day3/email/subject.txt
+2
-0
openedx/core/djangoapps/schedules/templates/schedules/edx_ace/upgradereminder/email/body.txt
+2
-0
openedx/core/djangoapps/schedules/templates/schedules/edx_ace/upgradereminder/email/from_name.txt
+2
-0
openedx/core/djangoapps/schedules/templates/schedules/edx_ace/upgradereminder/email/subject.txt
+2
-0
No files found.
openedx/core/djangoapps/schedules/templates/schedules/edx_ace/courseupdate/email/body.txt
View file @
26d42de4
{% 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 %}
openedx/core/djangoapps/schedules/templates/schedules/edx_ace/courseupdate/email/from_name.txt
View file @
26d42de4
{% autoescape off %}
{{ course_name }}
{% endautoescape %}
openedx/core/djangoapps/schedules/templates/schedules/edx_ace/courseupdate/email/subject.txt
View file @
26d42de4
{% autoescape off %}
{% load i18n %}
{% blocktrans %}Welcome to week {{ week_num }} {% endblocktrans %}
{% endautoescape %}
openedx/core/djangoapps/schedules/templates/schedules/edx_ace/recurringnudge_day10/email/body.txt
View file @
26d42de4
{% 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 %}
openedx/core/djangoapps/schedules/templates/schedules/edx_ace/recurringnudge_day10/email/from_name.txt
View file @
26d42de4
{% autoescape off %}
{% if course_ids|length > 1 %}
{{ platform_name }}
{% else %}
{{ course_name }}
{% endif %}
{% endautoescape %}
openedx/core/djangoapps/schedules/templates/schedules/edx_ace/recurringnudge_day10/email/subject.txt
View file @
26d42de4
{% autoescape off %}
{% load i18n %}
{% trans "Keep up the momentum!" %}
\ No newline at end of file
{% trans "Keep up the momentum!" %}
{% endautoescape %}
openedx/core/djangoapps/schedules/templates/schedules/edx_ace/recurringnudge_day3/email/body.txt
View file @
26d42de4
{% 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 %}
openedx/core/djangoapps/schedules/templates/schedules/edx_ace/recurringnudge_day3/email/from_name.txt
View file @
26d42de4
{% autoescape off %}
{% if course_ids|length > 1 %}
{{ platform_name }}
{% else %}
{{ course_name }}
{% endif %}
{% endautoescape %}
openedx/core/djangoapps/schedules/templates/schedules/edx_ace/recurringnudge_day3/email/subject.txt
View file @
26d42de4
{% 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 %}
openedx/core/djangoapps/schedules/templates/schedules/edx_ace/upgradereminder/email/body.txt
View file @
26d42de4
{% 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 %}
openedx/core/djangoapps/schedules/templates/schedules/edx_ace/upgradereminder/email/from_name.txt
View file @
26d42de4
{% autoescape off %}
{% if course_ids|length > 1 %}
{{ platform_name }}
{% else %}
{{ first_course_name }}
{% endif %}
{% endautoescape %}
openedx/core/djangoapps/schedules/templates/schedules/edx_ace/upgradereminder/email/subject.txt
View file @
26d42de4
{% 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 %}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment