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
efe814c6
Commit
efe814c6
authored
Oct 04, 2017
by
Tyler Hallada
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update copy for the upgrade_reminder emails
parent
4acdcc69
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
43 additions
and
19 deletions
+43
-19
openedx/core/djangoapps/schedules/templates/schedules/edx_ace/upgradereminder/email/body.html
+32
-13
openedx/core/djangoapps/schedules/templates/schedules/edx_ace/upgradereminder/email/body.txt
+9
-4
openedx/core/djangoapps/schedules/templates/schedules/edx_ace/upgradereminder/email/subject.txt
+2
-2
No files found.
openedx/core/djangoapps/schedules/templates/schedules/edx_ace/upgradereminder/email/body.html
View file @
efe814c6
...
...
@@ -4,13 +4,18 @@
{% block preview_text %}
{% if course_ids|length > 1 %}
{% blocktrans trimmed %}
We hope you are enjoying {{ course_name }}, and other courses on edX.org.
Upgrade by {{ user_schedule_upgrade_deadline_time }} to get a shareable certificate!
We hope you are enjoying learning with us so far in {{ course_name }}, and other courses on
{{ platform_name }}! A verified certificate will allow you to highlight your new knowledge and
skills. It's official, and easily shareable.
Upgrade by {{ user_schedule_upgrade_deadline_time }}.
{% endblocktrans %}
{% else %}
{% blocktrans trimmed %}
We hope you are enjoying {{ course_name }}.
Upgrade by {{ user_schedule_upgrade_deadline_time }} to get a shareable certificate!
We hope you are enjoying learning with us so far in {{ course_name }}! A verified certificate
will allow you to highlight your new knowledge and skills. It's official, and easily shareable.
Upgrade by {{ user_schedule_upgrade_deadline_time }}.
{% endblocktrans %}
{% endif %}
{% endblock %}
...
...
@@ -21,19 +26,33 @@
<td>
<h1>
{% trans "Upgrade now" %}
</h1>
<p>
{% if course_ids|length > 1 %}
{% if course_ids|length > 1 %}
<p>
{% blocktrans trimmed %}
We hope you are enjoying
<strong>
{{ course_name }}
</strong>
, and other courses on edX.org.
Upgrade by {{ user_schedule_upgrade_deadline_time }} to get a shareable certificate!
We hope you are enjoying learning with us so far in
<strong>
{{ course_name }}
</strong>
, and
other courses on {{ platform_name }}! A verified certificate will allow you to highlight your
new knowledge and skills. It's official, and easily shareable.
{% endblocktrans %}
{% else %}
</p>
<p>
{% blocktrans trimmed %}
We hope you are enjoying
<strong>
{{ course_name }}
</strong>
.
Upgrade by {{ user_schedule_upgrade_deadline_time }} to get a shareable certificate!
Upgrade by
<strong>
{{ user_schedule_upgrade_deadline_time }}
</strong>
.
{% endblocktrans %}
{% endif %}
</p>
</p>
{% else %}
<p>
{% blocktrans trimmed %}
We hope you are enjoying learning with us so far in
<strong>
{{ course_name }}
</strong>
! A
verified certificate will allow you to highlight your new knowledge and skills. It's official,
and easily shareable.
{% endblocktrans %}
</p>
<p>
{% blocktrans trimmed %}
Upgrade by
<strong>
{{ user_schedule_upgrade_deadline_time }}
</strong>
.
{% endblocktrans %}
</p>
{% endif %}
<p>
<!-- email client support for style sheets is pretty spotty, so we have to inline all of these styles -->
...
...
openedx/core/djangoapps/schedules/templates/schedules/edx_ace/upgradereminder/email/body.txt
View file @
efe814c6
...
...
@@ -6,15 +6,20 @@ Dear {{ user_personal_address }},
{% if course_ids|length > 1 %}
{% blocktrans trimmed %}
We hope you are enjoying {{ course_name }}, and other courses on edX.org.
Upgrade by {{ user_schedule_upgrade_deadline_time }} to get a shareable certificate!
We hope you are enjoying learning with us so far in {{ course_name }}, and other courses on
{{ platform_name }}! A verified certificate will allow you to highlight your new knowledge and
skills. It's official, and easily shareable.
Upgrade by {{ user_schedule_upgrade_deadline_time }}.
{% endblocktrans %}
{% trans "Upgrade now at" %} <{{ dashboard_url }}>
{% else %}
{% blocktrans trimmed %}
We hope you are enjoying {{ course_name }}.
Upgrade by {{ user_schedule_upgrade_deadline_time }} to get a shareable certificate!
We hope you are enjoying learning with us so far in {{ course_name }}! A verified certificate
will allow you to highlight your new knowledge and skills. It's official, and easily shareable.
Upgrade by {{ user_schedule_upgrade_deadline_time }}.
{% endblocktrans %}
{% trans "Upgrade now at" %} <{{ course_url }}>
...
...
openedx/core/djangoapps/schedules/templates/schedules/edx_ace/upgradereminder/email/subject.txt
View file @
efe814c6
{% load i18n %}
{% if course_ids|length > 1 %}
{% blocktrans %}
Only two days left to upgrade on {{ platform_name }}!
{% endblocktrans %}
{% blocktrans %}
Upgrade to earn a verified certificate on {{ platform_name }}
{% endblocktrans %}
{% else %}
{% blocktrans %}
Only two days left to upgrade in {{course_name}} !
{% endblocktrans %}
{% blocktrans %}
Upgrade to earn a verified certificate in {{ course_name }}
{% endblocktrans %}
{% endif %}
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