V-Beta-1.0.0
Vision is out of alpha !
This commit is contained in:
14
templates/_emails/register.html.twig
Normal file
14
templates/_emails/register.html.twig
Normal file
@@ -0,0 +1,14 @@
|
||||
{% extends '_emails/_template.html.twig' %}
|
||||
{% block emailcontent %}
|
||||
<h1>{% trans %}email_title_confirm_email{% endtrans %}</h1>
|
||||
|
||||
<p>
|
||||
{% trans %}email_text_confirm_by_clicking{% endtrans %}: <br><br>
|
||||
<a href="{{ signedUrl }}">{% trans %}email_link_confirm_my_email{% endtrans %}</a>.
|
||||
{% trans %}email_text_link_expire_in{% endtrans %} {{ expiresAtMessageKey|trans(expiresAtMessageData, 'VerifyEmailBundle') }}.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
{% trans %}cheers{% endtrans %} !
|
||||
</p>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user