diff options
Diffstat (limited to 'server/lib/emails/user-registration-request/html.pug')
-rw-r--r-- | server/lib/emails/user-registration-request/html.pug | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/server/lib/emails/user-registration-request/html.pug b/server/lib/emails/user-registration-request/html.pug deleted file mode 100644 index 64898f3f2..000000000 --- a/server/lib/emails/user-registration-request/html.pug +++ /dev/null | |||
@@ -1,9 +0,0 @@ | |||
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]. | ||