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

17 lines
575 B
HTML

<%inherit file="main.html" />
<section class="container activation">
<section class="message">
<h1 class="invalid">Invalid email change key</h1>
<hr class="horizontal-divider">
<p> This e-mail key is not valid. Please check:</p>
<ul>
<li>Was this key already used? Check whether the e-mail change has already happened.
<li>Did your e-mail client break the URL into two lines?
<li>The keys are valid for a limited amount of time. Has the key expired?
</ul>
<p>Go back to the <a href="/">home page</a>.</p>
</section>
</section>