14 lines
263 B
HTML
14 lines
263 B
HTML
<%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="/signin">Log in here</a>.</p>
|
|
</div>
|
|
</section>
|
|
|
|
</%block> |