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...

13 lines
322 B
Plaintext
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.txt" %}
{% block content %}Bonjour,
Vous avez demandé à changer l'adresse de courriel de votre compte
de {{ old_email }} à {{ email }}.
Pour valider ce changement, veuillez cliquer sur le lien suivant :
{{ link }}
Ce courriel sera valide pendant {{ token_lifetime }}.
{% endblock %}