seitime-frappe/frappe/templates/emails/password_update.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

5 lines
No EOL
274 B
HTML

<h3>{{_("Password Update Notification")}}</h3>
<p>{{_("Dear")}} {{ first_name }}{% if last_name %} {{ last_name}}{% endif %},</p>
<p>{{_("Your password has been updated. Here is your new password")}}: {{ new_password }}</p>
<p>{{_("Thank you")}},<br>
{{ user_fullname }}</p>