<%! from django.utils.translation import ugettext as _ %> <%! from django.core.urlresolvers import reverse %> <%inherit file="../main.html" />

${_("Email change successful!")}


${_("You should see your new email address listed on the " "{link_start}account settings{link_end} page.").format( link_start="".format(url=reverse('account_index')), link_end="", )}