summary refs log tree commit diff
path: root/synapse/res/templates/registration.html
blob: 16730a527fcefcbbaf16e0bc7984a5c644515f8e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
<html>
<body>
    <p>You have asked us to register this email with a new Matrix account. If this was you, please click the link below to confirm your email address:</p>

    <a href="{{ link }}">Verify Your Email Address</a>

    <p>If this was not you, you can safely disregard this email.</p>

    <p>Thank you.</p>
</body>
</html>