From 92b7dd3335a6572debeacfb5faa82c63a5e67888 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Fri, 8 Jun 2018 20:03:25 +0200 Subject: Some minor fixes --- .../templates/mail/verify-account.html.twig | 44 +++++++++++----------- 1 file changed, 22 insertions(+), 22 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 7a20525..9c003c9 100644 --- a/main/app/sprinkles/account/templates/mail/verify-account.html.twig +++ b/main/app/sprinkles/account/templates/mail/verify-account.html.twig @@ -1,22 +1,22 @@ -{% block subject %} - 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 -

-{% endblock %} +{% block subject %} + 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 +

+{% endblock %} -- cgit v1.2.3