]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - server/lib/emails/user-registration-request/html.pug
Merge branch 'release/5.0.0' into develop
[github/Chocobozzz/PeerTube.git] / server / lib / emails / user-registration-request / html.pug
1 extends ../common/greetings
2
3 block title
4 | A new user wants to register
5
6 block content
7 p User #{registration.username} wants to register on your PeerTube instance with the following reason:
8 blockquote(style='white-space: pre-wrap') #{registration.registrationReason}
9 p You can accept or reject the registration request in the #[a(href=`${WEBSERVER.URL}/admin/moderation/registrations/list`) administration].