aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib/emails/user-registration-request-rejected/html.pug
diff options
context:
space:
mode:
Diffstat (limited to 'server/lib/emails/user-registration-request-rejected/html.pug')
-rw-r--r--server/lib/emails/user-registration-request-rejected/html.pug9
1 files changed, 9 insertions, 0 deletions
diff --git a/server/lib/emails/user-registration-request-rejected/html.pug b/server/lib/emails/user-registration-request-rejected/html.pug
new file mode 100644
index 000000000..ec0aa8dfe
--- /dev/null
+++ b/server/lib/emails/user-registration-request-rejected/html.pug
@@ -0,0 +1,9 @@
1extends ../common/greetings
2
3block title
4 | Registration request of your account #{username} has rejected
5
6block content
7 p Your registration request has been rejected.
8 p Moderators sent you the following message:
9 blockquote(style='white-space: pre-wrap') #{moderationResponse}