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

10 lines
530 B
HTML

<h3>{{ title }}</h3>
<p>{{_("Dear")}} {{ first_name }}{% if last_name %} {{ last_name}}{% endif %},</p>
<p>{{_("A new account has been created for you")}}.</p>
<p>{{_("Your login id is")}}: <b>{{ user }}</b>
<p>{{_("Click on the link below to complete your registration and set a new password")}}.</p>
<p><b><a href="{{ link }}">{{_("Complete Registration")}}</a></b></p>
<br>
<p>{{_("You can also copy-paste this link in your browser")}} <a href="{{ link }}">{{ link }}</a></p>
<p>{{_("Thank you")}},<br>
{{ user_fullname }}</p>