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

${_("Invalid email change key")}


${_("This e-mail key is not valid. Please check:")}

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