12 lines
224 B
HTML
12 lines
224 B
HTML
<%inherit file="base.html" />
|
|
|
|
<%block name="content">
|
|
|
|
<section class="tos">
|
|
<div>
|
|
<h1>Activation Complete!</h1>
|
|
<p>Thanks for activating your account. <a href="/signin">Log in here</a>.</p>
|
|
</div>
|
|
</section>
|
|
|
|
</%block> |