Commit 29d563d1 by Mathieu Poisbeau

#468: fix translations in 'email/admin_add_adherent' template

parent 7b8d7af9
...@@ -7,19 +7,19 @@ ...@@ -7,19 +7,19 @@
{% block content %} {% 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;"> <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 }} {{ 'add_adherent.title'|trans({}, 'mails')|raw }}
</h2> </h2>
<p> <p>
{{ 'mails.add_adherent.welcome'|trans|raw }} {{ 'add_adherent.welcome'|trans({}, 'mails')|raw }}
</p> </p>
<p> <p>
{{ 'mails.add_adherent.confirm'|trans|raw }} {{ 'add_adherent.confirm'|trans({}, 'mails')|raw }}
<br/> <br/>
<a href='{{confirmationUrl}}'>{{confirmationUrl}}</a> <a href='{{confirmationUrl}}'>{{confirmationUrl}}</a>
</p> </p>
{{ 'mails.add_adherent.footer'|trans|raw }} {{ 'add_adherent.footer'|trans({}, 'mails')|raw }}
{% endblock %} {% endblock %}
\ No newline at end of file
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