<%page expression_filter="h"/> <%inherit file="main.html" /> <%! from django.utils.translation import ugettext as _ from openedx.core.djangolib.markup import HTML, Text from django.urls import reverse %>

${_("E-mail change successful!")}


${Text(_('You should see your new email in your {link_start}dashboard{link_end}.')).format( link_start=HTML('').format(url=reverse('dashboard')), link_end=HTML(''), )}