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

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


% if err_msg:

${err_msg}

% else:

${_("We were unable to activate your secondary email {secondary_email}").format(secondary_email=secondary_email)}

% endif

${Text(_('Go back to the {link_start}home page{link_end}.')).format(link_start=HTML(''), link_end=HTML(''))}