Skip to content
Snippets Groups Projects
Unverified Commit a77c0f51 authored by Dave St.Germain's avatar Dave St.Germain Committed by GitHub
Browse files

Merge pull request #20806 from open-craft/gr4yscale/send-direct-link-to-course-in-emails

Add link to course url in the account creation and enrollment email
parents 8c7dc22d 638a9e4d
No related branches found
No related tags found
No related merge requests found
......@@ -41,6 +41,15 @@
<br />
</p>
<p style="color: rgba(0,0,0,.75);">
<a href="{{ course_url }}">
{% filter force_escape %}
{% blocktrans %}You may access your course.{% endblocktrans %}
{% endfilter %}
</a>
<br />
</p>
<p style="color: rgba(0,0,0,.75);">
{% filter force_escape %}
{% blocktrans %}Sincerely yours, The {{ course_name }} Team{% endblocktrans %}
......
......@@ -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 %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment