]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame_incremental - server/lib/emails/verify-email/html.pug
Bumped to version v5.2.1
[github/Chocobozzz/PeerTube.git] / server / lib / emails / verify-email / html.pug
... / ...
CommitLineData
1extends ../common/greetings
2
3block title
4 | Email verification
5
6block 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.