127.0.0.1:8000 watch-together / master server / utils / email_templates / password_changed.html
master

Tree @master (Download .tar.gz)

password_changed.html @masterraw · history · blame

<!DOCTYPE html>
<html>

<head>
</head>

<body style="margin: 20px; font-family: Helvetica;">
    <div style="font-size: 15px;">
        Your Watch Together password has been changed.<br>
        If you did not change your password,<br>
        click the link below and reset your password immediately<br><br>
        <a href="https://[DOMAIN]/password-reset?[QUERY]" style="color: #226fff">
            https://[DOMAIN]/password-reset?[QUERY]
        </a><br><br>
        Otherwise, please ignore this email.
    </div>
</body>

</html>