diff options
Diffstat (limited to 'server/lib/emails/user-registration-request-accepted/html.pug')
-rw-r--r-- | server/lib/emails/user-registration-request-accepted/html.pug | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/server/lib/emails/user-registration-request-accepted/html.pug b/server/lib/emails/user-registration-request-accepted/html.pug deleted file mode 100644 index 7a52c3fe1..000000000 --- a/server/lib/emails/user-registration-request-accepted/html.pug +++ /dev/null | |||
@@ -1,10 +0,0 @@ | |||
1 | extends ../common/greetings | ||
2 | |||
3 | block title | ||
4 | | Congratulation #{username}, your registration request has been accepted! | ||
5 | |||
6 | block 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}] | ||