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/password-reset.html.twig | 54 +++++++++++----------- .../templates/mail/resend-verification.html.twig | 40 ++++++++-------- .../templates/mail/verify-account.html.twig | 44 +++++++++--------- 3 files changed, 69 insertions(+), 69 deletions(-) (limited to 'main/app/sprinkles/account/templates/mail') diff --git a/main/app/sprinkles/account/templates/mail/password-reset.html.twig b/main/app/sprinkles/account/templates/mail/password-reset.html.twig index 087703d..a1293ce 100644 --- a/main/app/sprinkles/account/templates/mail/password-reset.html.twig +++ b/main/app/sprinkles/account/templates/mail/password-reset.html.twig @@ -1,28 +1,28 @@ -{% block subject %} - {{ site.title }} - your password reset request -{% endblock %} - -{% block body %} -

Dear {{ user.first_name }}, -

-

- A lost password request has been submitted for your account with {{ site.title }} ({{ site.uri.public }}) - on {{ request_date | date('m/d/Y g:i A') }}. -

-

- If you or someone you trust sent this request, and you wish to set a new password, please click this link: {{ site.uri.public }} - /account/set-password/confirm?token={{ token }} -

- -

- If you did not expect this email, you may click this link to cancel the request: {{ site.uri.public }} - /account/set-password/deny?token={{ token }}, or simply do nothing and the request will expire on its - own. -

-

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

+{% block subject %} + {{ site.title }} - your password reset request +{% endblock %} + +{% block body %} +

Dear {{ user.first_name }}, +

+

+ A lost password request has been submitted for your account with {{ site.title }} ({{ site.uri.public }}) + on {{ request_date | date('m/d/Y g:i A') }}. +

+

+ If you or someone you trust sent this request, and you wish to set a new password, please click this link: {{ site.uri.public }} + /account/set-password/confirm?token={{ token }} +

+ +

+ If you did not expect this email, you may click this link to cancel the request: {{ site.uri.public }} + /account/set-password/deny?token={{ token }}, or simply do nothing and the request will expire on its + own. +

+

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

{% endblock %} \ No newline at end of file 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 56efa21..69e5adb 100644 --- a/main/app/sprinkles/account/templates/mail/resend-verification.html.twig +++ b/main/app/sprinkles/account/templates/mail/resend-verification.html.twig @@ -1,20 +1,20 @@ -{% block subject %} - {{ 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 -

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

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