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

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


${Text(_('Your secondary email has been activated. Please visit {link_start}dashboard{link_end} for courses.')).format( link_start=HTML('').format(url=reverse('dashboard')), link_end=HTML(''), )}