tellform/app/views/templates/reset-password-confirm-email.server.view.html
David Baldwynn 87b351efea first commit
2015-06-29 15:51:29 -07:00

14 lines
277 B
HTML
Executable file

<!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>