{% extends "email_change/base.html" %} {% load i18n %} {% block title %}{% trans "Verification email sent" %}{% endblock %} {% block ce_content %}

{% trans "Verification email sent" %}

{% trans "An email containing a verification link has been sent to your new email address." %}

{% trans "Follow the instructions in this email in order to successfully change your current email address." %}

{% endblock %}