Files
edx-platform/lms/templates/email_exists.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
330 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>An account with the new e-mail address already exists.</p>
<p>Go back to the <a href="/">home page</a>.</p>
</section>
</section>