Commit fa430ecd by Mathieu Poisbeau

Merge branch 'dev' into 'master'

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

See merge request cooperatic/kohinos!5
parents 99ae22d3 49789599
......@@ -10,9 +10,9 @@
{{ 'add_adherent.title'|trans({}, 'mails')|raw }}
</h2>
<p>
<div style="margin-bottom: 15px;">
{{ 'add_adherent.welcome'|trans({}, 'mails')|raw }}
</p>
</div>
<p>
{{ 'add_adherent.confirm'|trans({}, 'mails')|raw }}
......
......@@ -30,12 +30,10 @@
</h2>
{% endblock title%}
<br/>
{% block content %}
{% endblock content %}
{% block content %}{% endblock content %}
{% block footer%}
<p>{{ KOH_MLC_NAME }}</p>
{{ 'footer'|trans({}, 'mails')|raw }}
{% endblock footer%}
{% endblock main %}
</td>
......
footer: ''
add_adherent:
title: Valider la création de votre compte
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