activation_complete.html 223 Bytes
Newer Older
1
<%inherit file="base.html" />
2 3 4 5 6 7

<%block name="content">

<section class="tos">
<div>
  <h1>Activation Complete!</h1>
8
  <p>Thanks for activating your account. <a href="/login">Log in here</a>.</p>
9 10 11 12
</div>
</section>

</%block>