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.
lesechos/theme-authentic2/templates/profiles/email_change_body.txt

18 lines
345 B
Plaintext

{% load i18n %}{% autoescape off %}{% blocktrans with name=user.get_short_name old_email=user.email %}Hi {{ name }} !
You asked for changing your email on {{ domain }} from:
{{ old_email }}
to:
{{ email }}
To validate this change please click on the following link:
{{ link }}
--
{{ domain }}
{% endblocktrans %}{% endautoescape %}