Commit 49789599 by Mathieu Poisbeau

#478: add the 'footer' translation slug for the email layout

parent 29d563d1
...@@ -10,9 +10,9 @@ ...@@ -10,9 +10,9 @@
{{ 'add_adherent.title'|trans({}, 'mails')|raw }} {{ 'add_adherent.title'|trans({}, 'mails')|raw }}
</h2> </h2>
<p> <div style="margin-bottom: 15px;">
{{ 'add_adherent.welcome'|trans({}, 'mails')|raw }} {{ 'add_adherent.welcome'|trans({}, 'mails')|raw }}
</p> </div>
<p> <p>
{{ 'add_adherent.confirm'|trans({}, 'mails')|raw }} {{ 'add_adherent.confirm'|trans({}, 'mails')|raw }}
......
...@@ -30,12 +30,10 @@ ...@@ -30,12 +30,10 @@
</h2> </h2>
{% endblock title%} {% endblock title%}
<br/> <br/>
{% block content %} {% block content %}{% endblock content %}
{% endblock content %}
{% block footer%} {% block footer%}
<p>{{ KOH_MLC_NAME }}</p> {{ 'footer'|trans({}, 'mails')|raw }}
{% endblock footer%} {% endblock footer%}
{% endblock main %} {% endblock main %}
</td> </td>
......
footer: ''
add_adherent: add_adherent:
title: Valider la création de votre compte title: Valider la création de votre compte
welcome: Un administreur a créé votre nouveau compte MLC welcome: Un administreur a créé votre nouveau compte MLC
......
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