seitime-frappe/webnotes/templates/emails/new_user.html
2014-01-31 16:08:27 +05:30

10 lines
No EOL
481 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 button below to complete your registration and set a new password.</p>
<p><a class="btn-primary" href="{{ link }}">Complete Registration</a></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>