pflaenz.li-Symfony/templates/registration/confirmation_email.html.twig

14 lines
340 B
Twig
Raw Normal View History

2021-05-11 11:37:34 +02:00
<h1>Welcome to pflänz.li!</h1>
<h3>Please confirm your email</h3>
2021-04-22 15:35:03 +02:00
<p>
Please confirm your email address by clicking the following link: <br><br>
<a href="{{ signedUrl|raw }}">Confirm my Email</a>.
This link will expire in {{ expiresAtMessageKey|trans(expiresAtMessageData, 'VerifyEmailBundle') }}.
</p>
<p>
Cheers!
</p>