4.21.3
This commit is contained in:
11
app/templates/emails/transactional/change-email.txt
Normal file
11
app/templates/emails/transactional/change-email.txt
Normal file
@ -0,0 +1,11 @@
|
||||
{% 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 %}
|
Reference in New Issue
Block a user