diff options
Diffstat (limited to 'main/app/sprinkles/account/templates/mail/verify-account.html.twig')
-rw-r--r-- | main/app/sprinkles/account/templates/mail/verify-account.html.twig | 44 |
1 files changed, 22 insertions, 22 deletions
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 %} - <p>Dear {{ user.first_name }}, - </p> - <p> - You are receiving this email because you registered with {{ site.title }} ({{ site.uri.public }}). - </p> - <p> - You will need to verify your account before you can login. Please follow the link below to verify your account. - </p> - <p> - <a href="{{ site.uri.public }}/account/verify?token={{ token }}">{{ site.uri.public }} - /account/verify?token={{ token }}</a> - </p> - <p> - With regards,<br> - The {{ site.title }} Team - </p> -{% endblock %} +{% block subject %}
+ Welcome to {{ site.title }} - please verify your account
+{% endblock %}
+
+{% block body %}
+ <p>Dear {{ user.first_name }},
+ </p>
+ <p>
+ You are receiving this email because you registered with {{ site.title }} ({{ site.uri.public }}).
+ </p>
+ <p>
+ You will need to verify your account before you can login. Please follow the link below to verify your account.
+ </p>
+ <p>
+ <a href="{{ site.uri.public }}/account/verify?token={{ token }}">{{ site.uri.public }}
+ /account/verify?token={{ token }}</a>
+ </p>
+ <p>
+ With regards,<br>
+ The {{ site.title }} Team
+ </p>
+{% endblock %}
|