Commit e4a06722 by Damien Moulard

Merge branch 'develop'

parents 1d1f8f4c 69fac32c
...@@ -6,8 +6,17 @@ ...@@ -6,8 +6,17 @@
{% endblock %} {% endblock %}
{% block body_text %} {% block body_text %}
{% autoescape false %} {% if not tav_env %}
{{ 'resetting.email.message'|trans({'%username%': user.username, '%confirmationUrl%': confirmationUrl}) }} {% autoescape false %}
{% endautoescape %} {{ 'resetting.email.message'|trans({'%username%': user.username, '%confirmationUrl%': confirmationUrl}) }}
{% endautoescape %}
{% endif %}
{% endblock %}
{% block body_html %}
{% if tav_env %}
{% autoescape false %}
{{ 'Bonjour ' ~ user.username ~ ' !<br/><br/>Pour réinitialiser votre mot de passe, merci de <a href=' ~ confirmationUrl ~ '>cliquer sur ce lien</a>.<br/><br/>Cordialement,\nL\'équipe\n' }}
{% endautoescape %}
{% endif %}
{% endblock %} {% endblock %}
{% block body_html %}{% endblock %}
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