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 %}