<%inherit file="base.html" />

<%block name="content">

<section class="tos">
<div>

<section class="activation">
  <h1>Account already active!</h1>
  <p> This account has already been activated. <a href="/login">Log in here</a>.</p>
</div>
</section>

</%block>