* Enable account creation * Some code cleanups * Fix access to nonexistent fields in the account creation view * Formatting fixes
13 lines
244 B
HTML
13 lines
244 B
HTML
<%inherit file="marketing.html" />
|
|
|
|
|
|
<%block name="content">
|
|
|
|
<section class="tos">
|
|
<div>
|
|
<h1>Activation Complete!</h1>
|
|
<p>Thanks for activating your account. You can log in at the <a href="/">home page</a>.</p>
|
|
</div>
|
|
</section>
|
|
|
|
</%block> |