Files
lms/school/templates/emails/community_course_membership.html
2021-10-11 20:31:27 +05:30

18 lines
558 B
HTML

<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 School") }}</p><br>