diff --git a/lms/templates/emails_change_successful.html b/lms/templates/emails_change_successful.html deleted file mode 100644 index 0b65dff285..0000000000 --- a/lms/templates/emails_change_successful.html +++ /dev/null @@ -1,18 +0,0 @@ -<%inherit file="main.html" /> -<%! -from django.utils.translation import ugettext as _ -from django.core.urlresolvers import reverse -%> - -
- -
-

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

-
- -

${_('You should see your new email in your {link_start}dashboard{link_end}.').format( - link_start=''.format(url=reverse('dashboard')), - link_end='', - )}

-
-