app-MAIL-temp/templates/emails/transactional/change-email.txt

11 lines
213 B
Plaintext

{% extends "base.txt.jinja2" %}
{% block content %}
You have asked to change your email to {{new_email}}.
Your current email is {{current_email}}.
To confirm, please click on this link:
{{link}}
{% endblock %}