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

11 lines
441 B
HTML

<%inherit file="main.html" />
<%block name="bodyclass">activation</%block>
<section class="activation">
<h1>Activation Complete!</h1>
<!-- <p>Now go <a href="/">log in</a> and try the course!</a></p> -->
<p>Thanks for activating your email. We will notify you as soon as the course starts.</p>
<p>For now you can go to the <a href="https://mitx.mit.edu/">MITx homepage</a> or the <a href="/">6.002x course page</a>.</p>
</section>