activation_active.html 262 Bytes
Newer Older
1
<%inherit file="base.html" />
2 3 4 5 6 7 8 9

<%block name="content">

<section class="tos">
<div>

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

</%block>