Commit 06d241c5 by Piotr Mitros

Standard forms for templates

parent 0b424b4b
<%inherit file="marketing.html" />
<%inherit file="main.html" />
<%block name="bodyclass">activation</%block>
<section class="tos">
<div>
<section class="activation">
<h1>Account already active!</h1>
......@@ -9,4 +9,5 @@
<p> This account has already been activated. 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>
</div>
</section>
<%inherit file="marketing.html" />
<%inherit file="main.html" />
<%block name="bodyclass">activation</%block>
<section class="activation">
<section class="tos">
<div>
<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>
</div>
</section>
<%inherit file="main.html" />
<%block name="bodyclass">activation</%block>
<%inherit file="marketing.html" />
<section class="activation">
<section class="tos">
<div>
<h1>Activation Invalid</h1>
<p>Something went wrong. Check to make sure the URL you went to was
......@@ -10,4 +10,5 @@
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>
</div>
</section>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment