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/resend-verification.html.twig | 27 ++++++++++++---------- 1 file changed, 15 insertions(+), 12 deletions(-) (limited to 'main/app/sprinkles/account/templates/mail/resend-verification.html.twig') diff --git a/main/app/sprinkles/account/templates/mail/resend-verification.html.twig b/main/app/sprinkles/account/templates/mail/resend-verification.html.twig index ba1c243..56efa21 100644 --- a/main/app/sprinkles/account/templates/mail/resend-verification.html.twig +++ b/main/app/sprinkles/account/templates/mail/resend-verification.html.twig @@ -1,17 +1,20 @@ {% block subject %} - {{site.title}} - verify your account + {{ site.title }} - verify your account {% endblock %} {% block body %} -

Dear {{user.first_name}}, -

-

-We have received a new verification request for your account with {{site.title}} ({{site.uri.public}}). Please follow the link below to verify your account. If your account is already active, please disregard this message. -

-{{site.uri.public}}/account/verify?token={{token}} -

-

-With regards,
-The {{site.title}} Team -

+

Dear {{ user.first_name }}, +

+

+ We have received a new verification request for your account with {{ site.title }} ({{ site.uri.public }}). + Please follow the link below to verify your account. If your account is already active, please disregard this + message. +

+ {{ site.uri.public }} + /account/verify?token={{ token }} +

+

+ With regards,
+ The {{ site.title }} Team +

{% endblock %} -- cgit v1.2.3