Files
edx-platform/lms/templates/emails_change_successful.html
Nate Hardison adf9dd3d35 Make email change templates use main layout
Update the email change templates to fit with the rest of the main
site and use the standard notification template. Now they're far
prettier than before.
2013-06-05 10:27:25 -07:00

13 lines
365 B
HTML

<%! from django.core.urlresolvers import reverse %>
<%inherit file="main.html" />
<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 <a href="${reverse('dashboard')}">dashboard</a>.</p>
</section>
</section>