aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib/emails/user-registration-request/html.pug
diff options
context:
space:
mode:
Diffstat (limited to 'server/lib/emails/user-registration-request/html.pug')
-rw-r--r--server/lib/emails/user-registration-request/html.pug9
1 files changed, 9 insertions, 0 deletions
diff --git a/server/lib/emails/user-registration-request/html.pug b/server/lib/emails/user-registration-request/html.pug
new file mode 100644
index 000000000..64898f3f2
--- /dev/null
+++ b/server/lib/emails/user-registration-request/html.pug
@@ -0,0 +1,9 @@
1extends ../common/greetings
2
3block title
4 | A new user wants to register
5
6block 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].