]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - server/lib/emails/verify-email/html.pug
19ef65f757435e7248259b0fb3b46dad617cf84d
[github/Chocobozzz/PeerTube.git] / server / lib / emails / verify-email / html.pug
1 extends ../common/greetings
2
3 block title
4 | Email verification
5
6 block content
7 if isRegistrationRequest
8 p You just requested an account on #[a(href=WEBSERVER.URL) #{instanceName}].
9 else
10 p You just created an account on #[a(href=WEBSERVER.URL) #{instanceName}].
11
12 if isRegistrationRequest
13 p To complete your registration request you must verify your email first!
14 else
15 p To start using your account you must verify your email first!
16
17 p Please follow #[a(href=verifyEmailUrl) this link] to verify this email belongs to you.
18 p If you can't see the verification link above you can use the following link #[a(href=verifyEmailUrl) #{verifyEmailUrl}]
19 p If you are not the person who initiated this request, please ignore this email.