From b66a61addb6c8e66cb26fcf74b532d68891267e4 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Wed, 23 May 2018 22:23:28 +0200 Subject: Refactored code, many fixes and improvements in chat backend+frontend --- .../templates/mail/verify-account.html.twig | 33 +++++++++++----------- 1 file changed, 17 insertions(+), 16 deletions(-) (limited to 'main/app/sprinkles/account/templates/mail/verify-account.html.twig') diff --git a/main/app/sprinkles/account/templates/mail/verify-account.html.twig b/main/app/sprinkles/account/templates/mail/verify-account.html.twig index aa342c7..7a20525 100644 --- a/main/app/sprinkles/account/templates/mail/verify-account.html.twig +++ b/main/app/sprinkles/account/templates/mail/verify-account.html.twig @@ -1,21 +1,22 @@ {% block subject %} - Welcome to {{site.title}} - please verify your account + Welcome to {{ site.title }} - please verify your account {% endblock %} {% block body %} -
Dear {{user.first_name}}, -
--You are receiving this email because you registered with {{site.title}} ({{site.uri.public}}). -
--You will need to verify your account before you can login. Please follow the link below to verify your account. -
--{{site.uri.public}}/account/verify?token={{token}} -
-
-With regards,
-The {{site.title}} Team
-
Dear {{ user.first_name }}, +
++ You are receiving this email because you registered with {{ site.title }} ({{ site.uri.public }}). +
++ You will need to verify your account before you can login. Please follow the link below to verify your account. +
++ {{ site.uri.public }} + /account/verify?token={{ token }} +
+
+ With regards,
+ The {{ site.title }} Team
+