13 lines
282 B
HTML
13 lines
282 B
HTML
|
|
subject = "Confirm your account"
|
||
|
|
description = "Activate a new user"
|
||
|
|
==
|
||
|
|
Hello {{ name }}
|
||
|
|
|
||
|
|
We need to verify that this is your email address.
|
||
|
|
|
||
|
|
Please click the link below to confirm your account:
|
||
|
|
|
||
|
|
{% partial 'button' url=link type='positive' body %}
|
||
|
|
Confirm account
|
||
|
|
{% endpartial %}
|