summary refs log tree commit diff
path: root/res/templates/password_reset.html
blob: 68673df8aeae505402bdde53627c2bbdc09df22b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
<html>
<title>time to reset your password!!!</title>
<body>
    <p>here's the link you forgetful person you!</p>

    <a href="{{ link }}">Reset your password</a>

    <p>now get on back to happy town!</p>
</body>
</html>