<%! from django.core.urlresolvers import reverse %>

This is to confirm that you changed the e-mail associated with
Open edX from ${old_email} to ${new_email}. If you
did not make this request, please contact us immediately. Contact
information is listed at:

% if is_secure:
  https://${ site }${reverse('contact')}
% else:
  http://${ site }${reverse('contact')}
% endif

We keep a log of old e-mails, so if this request was unintentional, we
can investigate.
