{% extends "account/email/base.html" %} {% block subject %} Validate your account {% endblock %} {% block subtitle %} Hello {{ user['fullname'] }}, {% endblock %} {% block body %}
You have updated your email address at {{ config.BRAND }}.
To verify that you are the owner of this e-mail address, please visit the URL below:
Click here to validate your new e-mail address:
Regards,
{{ config.BRAND }} Team
{% endblock %}