feat: basic doctypes for conference and user profile flow for courses
This commit is contained in:
18
community/templates/emails/community_course_membership.html
Normal file
18
community/templates/emails/community_course_membership.html
Normal file
@@ -0,0 +1,18 @@
|
||||
<h4>{{_("Set your Password")}}</h4>
|
||||
<p>Dear {{ full_name }},</p>
|
||||
<p>{{ _("") }}</p>
|
||||
|
||||
{% if update_password_link %}
|
||||
|
||||
<p>{{_("Please click on the following button to set your new password")}}:</p>
|
||||
<p>
|
||||
<button style="border: 1px solid #15c; padding: 4px; border-radius: 5px; background-color: white;">
|
||||
<a href="{{ update_password_link }}" style="color: #15c; font-size: 12px; text-decoration:none;"
|
||||
target="_blank">{{_("Update Password") }}</a>
|
||||
</button>
|
||||
</p>
|
||||
|
||||
{% endif %}
|
||||
|
||||
<p>{{_("Regards")}},<br>
|
||||
{{ _("Team Community") }}</p><br>
|
||||
Reference in New Issue
Block a user