aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib/emails/user-registration-request/html.pug
blob: 64898f3f24b5b3ff369ca540d1e458fa1decdc94 (plain) (blame)
1
2
3
4
5
6
7
8
9
extends ../common/greetings

block title
  | A new user wants to register

block content
  p User #{registration.username} wants to register on your PeerTube instance with the following reason:
  blockquote(style='white-space: pre-wrap') #{registration.registrationReason}
  p You can accept or reject the registration request in the #[a(href=`${WEBSERVER.URL}/admin/moderation/registrations/list`) administration].