diff options
author | Marvin Borner | 2018-06-08 20:03:25 +0200 |
---|---|---|
committer | Marvin Borner | 2018-06-08 20:03:25 +0200 |
commit | 92b7dd3335a6572debeacfb5faa82c63a5e67888 (patch) | |
tree | 7ebbca22595d542ec5e2912a24a0400ac8f6b113 /main/app/sprinkles/admin/templates/mail | |
parent | 22a1bb27f94ea33042b0bdd35bef1a5cfa96cc0d (diff) |
Some minor fixes
Diffstat (limited to 'main/app/sprinkles/admin/templates/mail')
-rw-r--r-- | main/app/sprinkles/admin/templates/mail/password-create.html.twig | 44 |
1 files changed, 22 insertions, 22 deletions
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 %} - <p> - Dear {{ user.first_name }}, - </p> - <p> - Someone has created an account for you with {{ site.title }} ({{ site.uri.public }}). Your username is - <b>{{ user.user_name }}</b>. - </p> - <p> - To access your account, you must first create a password by visiting: <a - href="{{ site.uri.public }}/account/set-password/confirm?token={{ token }}">{{ site.uri.public }} - /account/set-password/confirm?token={{ token }}</a>. This link has been generated especially for you, and - will expire in {{ create_password_expiration }}. Do not share it with anyone! - </p> - <p> - With regards,<br> - The {{ site.title }} Team - </p> +{% block subject %}
+ {{ site.title }} - please set a password for your new account
+{% endblock %}
+
+{% block body %}
+ <p>
+ Dear {{ user.first_name }},
+ </p>
+ <p>
+ Someone has created an account for you with {{ site.title }} ({{ site.uri.public }}). Your username is
+ <b>{{ user.user_name }}</b>.
+ </p>
+ <p>
+ To access your account, you must first create a password by visiting: <a
+ href="{{ site.uri.public }}/account/set-password/confirm?token={{ token }}">{{ site.uri.public }}
+ /account/set-password/confirm?token={{ token }}</a>. This link has been generated especially for you, and
+ will expire in {{ create_password_expiration }}. Do not share it with anyone!
+ </p>
+ <p>
+ With regards,<br>
+ The {{ site.title }} Team
+ </p>
{% endblock %}
\ No newline at end of file |