You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

6 lines
253 B

  1. <h3>Password Reset</h3>
  2. <p>Dear {{ first_name }}{% if last_name %} {{ last_name}}{% endif %},</p>
  3. <p>Please click on the following link to update your new password:</p>
  4. <p><a href="{{ link }}">{{ link }}</a></p>
  5. <p>Thank you,<br>
  6. {{ user_fullname }}</p>