18 lines
558 B
HTML
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> |