publik-base-theme/templates/authentic2/change_email_notification_b...

17 lines
396 B
HTML
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{% extends "emails/body_base.html" %}
{% block content %}
<p>Bonjour,</p>
<p>
Vous avez demandé à changer ladresse électronique de votre compte
de {{ old_email }} à {{ email }}.
</p>
<p>
Pour valider ce changement, veuillez cliquer sur le bouton suivant :
</p>
{% include "emails/button-link.html" with url=link label="Valider le changement" %}
{% endblock %}