From 638a9e4defc9b6877336496e50d0d448bac0f446 Mon Sep 17 00:00:00 2001 From: Tyler Powers Date: Wed, 12 Jun 2019 19:06:56 +0200 Subject: [PATCH] Add link to course url in the account creation and enrollment email --- .../edx_ace/accountcreationandenrollment/email/body.html | 9 +++++++++ .../edx_ace/accountcreationandenrollment/email/body.txt | 4 +++- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/lms/templates/instructor/edx_ace/accountcreationandenrollment/email/body.html b/lms/templates/instructor/edx_ace/accountcreationandenrollment/email/body.html index 518c37db8a..eaecefa345 100644 --- a/lms/templates/instructor/edx_ace/accountcreationandenrollment/email/body.html +++ b/lms/templates/instructor/edx_ace/accountcreationandenrollment/email/body.html @@ -41,6 +41,15 @@

+

+ + {% filter force_escape %} + {% blocktrans %}You may access your course.{% endblocktrans %} + {% endfilter %} + +
+

+

{% filter force_escape %} {% blocktrans %}Sincerely yours, The {{ course_name }} Team{% endblocktrans %} diff --git a/lms/templates/instructor/edx_ace/accountcreationandenrollment/email/body.txt b/lms/templates/instructor/edx_ace/accountcreationandenrollment/email/body.txt index e66eeb38ca..75e012a723 100644 --- a/lms/templates/instructor/edx_ace/accountcreationandenrollment/email/body.txt +++ b/lms/templates/instructor/edx_ace/accountcreationandenrollment/email/body.txt @@ -8,4 +8,6 @@ {% blocktrans %}It is recommended that you change your password.{% endblocktrans %} -{% blocktrans %}Sincerely yours, The {{ course_name }} Team{% endblocktrans %}{% endautoescape %} \ No newline at end of file +{% blocktrans %}You may access your course at: {{ course_url }}.{% endblocktrans %} + +{% blocktrans %}Sincerely yours, The {{ course_name }} Team{% endblocktrans %}{% endautoescape %}