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 --- .../admin/templates/mail/password-create.html.twig | 44 +++++++++++----------- 1 file changed, 22 insertions(+), 22 deletions(-) (limited to 'main/app/sprinkles/admin/templates/mail') diff --git a/main/app/sprinkles/admin/templates/mail/password-create.html.twig b/main/app/sprinkles/admin/templates/mail/password-create.html.twig index f3a36d8..3a25c4f 100644 --- a/main/app/sprinkles/admin/templates/mail/password-create.html.twig +++ b/main/app/sprinkles/admin/templates/mail/password-create.html.twig @@ -1,23 +1,23 @@ -{% block subject %} - {{ site.title }} - please set a password for your new account -{% endblock %} - -{% block body %} -
- Dear {{ user.first_name }}, -
-- Someone has created an account for you with {{ site.title }} ({{ site.uri.public }}). Your username is - {{ user.user_name }}. -
-- To access your account, you must first create a password by visiting: {{ site.uri.public }} - /account/set-password/confirm?token={{ token }}. This link has been generated especially for you, and - will expire in {{ create_password_expiration }}. Do not share it with anyone! -
-
- With regards,
- The {{ site.title }} Team
-
+ Dear {{ user.first_name }}, +
++ Someone has created an account for you with {{ site.title }} ({{ site.uri.public }}). Your username is + {{ user.user_name }}. +
++ To access your account, you must first create a password by visiting: {{ site.uri.public }} + /account/set-password/confirm?token={{ token }}. This link has been generated especially for you, and + will expire in {{ create_password_expiration }}. Do not share it with anyone! +
+
+ With regards,
+ The {{ site.title }} Team
+