Skip to content
Snippets Groups Projects
Commit 071f35ba authored by Omar Al-Ithawi's avatar Omar Al-Ithawi Committed by Renzo Lucioni
Browse files

Deleted unused template: `emails_change_successful.html`

parent 425d0b3b
No related merge requests found
<%inherit file="main.html" />
<%!
from django.utils.translation import ugettext as _
from django.core.urlresolvers import reverse
%>
<section class="container activation">
<section class="message">
<h1 class="invalid">${_("E-mail change successful!")}</h1>
<hr class="horizontal-divider">
<p>${_('You should see your new email in your {link_start}dashboard{link_end}.').format(
link_start='<a href="{url}">'.format(url=reverse('dashboard')),
link_end='</a>',
)}</p>
</section>
</section>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment