tellform/app/views/templates/reset-password-confirm-email.server.view.html

14 lines
277 B
HTML
Raw Normal View History

2015-06-29 22:51:29 +00:00
<!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
</head>
<body>
<p>Dear {{name}},</p>
<p></p>
<p>This is a confirmation that the password for your account has just been changed</p>
<br>
<br>
<p>The {{appName}} Support Team</p>
</body>
</html>