seitime-frappe/frappe/templates/emails/password_reset.html
81552433qqcom baa16d53b3 fixes according to review:
1. use {{ }} if in html
2. export.py and import.py, move import from at top line
2014-09-16 18:11:22 +08:00

7 lines
No EOL
291 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>