PeerTube/server/core/assets/email-templates/user-registration-request/html.pug
2024-03-20 09:15:07 +01:00

10 lines
416 B
Plaintext

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].