13 lines
330 B
HTML
13 lines
330 B
HTML
<%inherit file="marketing.html" />
|
|
|
|
<section class="tos">
|
|
<div>
|
|
|
|
<section class="activation">
|
|
<h1>Account already active!</h1>
|
|
<!-- <p>Now go <a href="/">log in</a> and try the course!</a></p> -->
|
|
<p> This account has already been activated. You can log in at
|
|
the <a href="/">6.002x course page</a>.</p>
|
|
</div>
|
|
</section>
|