aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib/emails/user-registration-request-accepted/html.pug
blob: 7a52c3fe1af3e73e6031116e79b003ec41a0aa93 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
extends ../common/greetings

block title
  | Congratulation #{username}, your registration request has been accepted!

block content
  p Your registration request has been accepted.
  p Moderators sent you the following message:
  blockquote(style='white-space: pre-wrap') #{moderationResponse}
  p Your account has been created and you can login on #[a(href=loginLink) #{loginLink}]