pflaenz.li/pflaenzli/pflaenzli/templates/registration/confirmation_email.html

11 lines
410 B
HTML
Raw Normal View History

2023-05-16 23:36:40 +02:00
<h1>{% trans "Welcome to pflänz.li" %}!</h1>
<h3>{% trans "Please confirm your email" %}</h3>
2023-02-19 21:37:53 +01:00
<p>
2023-05-16 23:36:40 +02:00
{% trans "Please confirm your email address by clicking the following link" %}:
<br>
<br>
<a href="{{ signedUrl|raw }}">{% trans "Confirm my email" %}</a>.
{% trans "This link will expire in" %} {{ expiresAtMessageKey|trans(expiresAtMessageData, 'VerifyEmailBundle') }}.
2023-02-19 21:37:53 +01:00
</p>
2023-05-16 23:36:40 +02:00
<p>Cheers!</p>