This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
cut-publik-theme/templates/authentic2/change_email_notification_b...

20 lines
431 B
HTML
Raw Permalink 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.

{% extends "emails/body_base.html" %}
{% block content %}
<p>Bonjour,</p>
<p>
Vous avez demandé à changer l'adresse de courriel 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" %}
<p>
Ce courriel sera valide pendant {{ token_lifetime }}.
</p>
{% endblock %}