seitime-frappe/frappe/templates/emails/password_reset.html

7 lines
No EOL
255 B
HTML

<h3>Password Reset</h3>
<br>
<p>Dear {{ first_name }}{% if last_name %} {{ last_name}}{% endif %},</p>
<p>Please click on the following link to set your new password:</p>
<p><a href="{{ link }}">{{ link }}</a></p>
<p>Thank you,<br>
{{ user_fullname }}</p>