{% block subject %}{% endblock %}
{% block body_html %}
{% autoescape false %}
|
Hello {{username}}
We have received a request to change your primary email address linked to your OceanExpert account https://www.oceanexpert.org/expert/{{username}}
from {{oldEmail}} to {{newEmail}}.
Please use the following 6 digit code to verify your email address.
Confirmation Code:
{{code}}
If you did not request for the email address change, please ignore this email.
If you do not respond to this email, your primary email will remain unchanged.
We would be happy to help you in case you have any questions. Drop us an email at info@oceanexpert.org
Cheers,
OceanExpert Team
|
|
|
{% endautoescape %}
{% endblock %}