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