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/password-reset.html.twig | 38 +++++++++++++--------- 1 file changed, 22 insertions(+), 16 deletions(-) (limited to 'main/app/sprinkles/account/templates/mail/password-reset.html.twig') 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 37096ce..087703d 100644 --- a/main/app/sprinkles/account/templates/mail/password-reset.html.twig +++ b/main/app/sprinkles/account/templates/mail/password-reset.html.twig @@ -1,22 +1,28 @@ {% block subject %} - {{site.title}} - your password reset request + {{ 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}} -

+

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 -

+

+ 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 -- cgit v1.2.3