fashionistar-celery-queues / templates /email /password_reset.html
FASHIONISTAR CI/CD
🔄 Celery Queues Deploy: 4aae6106b1530c3cc7d7d64f5e3c3e1d5015691d [GitHub Actions]
27c799c
Raw
History Blame
404 Bytes
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<h3>Hi {{ username }},</h3>
<p>You are receiving this email because you requested a password reset, use the link below to reset your password</p>
<a href="{{link}}">Click here to continue</a>
</body>
</html>