seitime-frappe/frappe/templates/emails/password_update.html
Faris Ansari 5a498616b6 Email header (#3748)
* Fix fonts for emails

* Email header with indicator

* Login emails with header

* Add tests for email header

* fix codacy
2017-07-20 17:57:57 +05:30

4 lines
No EOL
234 B
HTML

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