Files
edx-platform/lms/templates/email_change_failed.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

14 lines
331 B
HTML

<%inherit file="main.html" />
<section class="container activation">
<section class="message">
<h1 class="invalid">E-mail change failed</h1>
<hr class="horizontal-divider">
<p>We were unable to send a confirmation email to ${email}</p>
<p>Go back to the <a href="/">home page</a>.</p>
</section>
</section>