From 638a9e4defc9b6877336496e50d0d448bac0f446 Mon Sep 17 00:00:00 2001
From: Tyler Powers
{% 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 %}