Files
edx-platform/activation_invalid.html
2012-02-13 15:09:57 -05:00

14 lines
489 B
HTML

<%inherit file="main.html" />
<%block name="body-class">activation</%block>
<section class="activation">
<h1>Activation Invalid</h1>
<p>Something went wrong. Check to make sure the URL you went to was
correct -- e-mail programs will sometimes split it into two
lines. If you still have issues, e-mail us to let us know what happened
at <a href="mailto:bugs@mitx.mit.edu">bugs@mitx.mit.edu</a>.</p>
<p>Or you can go back to the <a href="/">6.002x course page</a>.</p>
</section>