fix error welcome email
This commit is contained in:
@@ -1,20 +1,11 @@
|
|||||||
{% extends 'mails/base.twig' %}
|
{% extends 'mails/base.twig' %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<mj-section padding-top="40px">
|
|
||||||
<mj-column>
|
|
||||||
<mj-image width="180px" src="https://votre-site.fr/images/logo.png" alt="Ludik Event" />
|
|
||||||
</mj-column>
|
|
||||||
</mj-section>
|
|
||||||
|
|
||||||
<mj-section>
|
<mj-section>
|
||||||
<mj-column background-color="#ffffff" padding="40px" border-radius="30px">
|
<mj-column background-color="#ffffff" padding="40px" border-radius="30px">
|
||||||
<mj-text align="center" css-class="hero-title">
|
<mj-text align="center" css-class="hero-title">
|
||||||
Bienvenue parmi nous, <span class="brand-color">{{ datas.customer.surname }}</span> !
|
Bienvenue parmi nous, <span class="brand-color">{{ datas.customer.surname }}</span> !
|
||||||
</mj-text>
|
</mj-text>
|
||||||
|
|
||||||
<mj-image src="https://votre-site.fr/images/welcome-banner.jpg" alt="Fête Ludik Event" border-radius="20px" padding-top="20px" />
|
|
||||||
|
|
||||||
<mj-text align="center" padding-top="30px">
|
<mj-text align="center" padding-top="30px">
|
||||||
Nous sommes ravis de vous compter parmi nos clients. Votre compte est désormais actif, vous pouvez dès à présent explorer notre catalogue et planifier votre prochain événement.
|
Nous sommes ravis de vous compter parmi nos clients. Votre compte est désormais actif, vous pouvez dès à présent explorer notre catalogue et planifier votre prochain événement.
|
||||||
</mj-text>
|
</mj-text>
|
||||||
|
|||||||
Reference in New Issue
Block a user