Commit 7b8d7af9 by Mathieu Poisbeau

#478: use slugs to translate easily the 'add_adherent' mail

(using for instance the Lexik translation bundle)
parent c3b15b73
......@@ -6,14 +6,20 @@
{% endset %}
{% block content %}
<h2 style="font-size: 18px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-weight: bold; line-height: 1.2em; margin: 40px 0 10px;">{{ 'Valider la création de votre compte'|trans }}</h2><br/>
<h2 style="font-size: 18px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-weight: bold; line-height: 1.2em; margin: 40px 0;">
{{ 'mails.add_adherent.title'|trans|raw }}
</h2>
<p>
{{ 'Un administreur a crée votre nouveau compte MLC'|trans }}
{{ user.name|title }}
{{ 'mails.add_adherent.welcome'|trans|raw }}
</p>
<p>
{{ 'Pour valider votre nouveau compte, cliquez sur ce lien : '|trans }}<br/>
{{ 'mails.add_adherent.confirm'|trans|raw }}
<br/>
<a href='{{confirmationUrl}}'>{{confirmationUrl}}</a>
</p>
{{ 'mails.add_adherent.footer'|trans|raw }}
{% endblock %}
\ No newline at end of file
add_adherent:
title: Valider la création de votre compte
welcome: Un administreur a créé votre nouveau compte MLC
confirm: 'Pour valider votre nouveau compte, cliquez sur ce lien :'
footer: ''
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment