Files
digest_app/templates/module_auth/email_template.html
2024-02-26 13:28:32 +05:30

14 lines
319 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Password Reset</title>
</head>
<body>
<p>Need to reset your password?</p>
<p>Use your secret code:</p>
<p><strong>{{ code }}</strong></p>
<p>If you did not forget your password, you can ignore this email.</p>
</body>
</html>