* Enable account creation * Some code cleanups * Fix access to nonexistent fields in the account creation view * Formatting fixes
15 lines
284 B
HTML
15 lines
284 B
HTML
<%inherit file="marketing.html" />
|
|
|
|
<%block name="content">
|
|
|
|
<section class="tos">
|
|
<div>
|
|
|
|
<section class="activation">
|
|
<h1>Account already active!</h1>
|
|
<p> This account has already been activated. You can log in at
|
|
the <a href="/">home page</a>.</p>
|
|
</div>
|
|
</section>
|
|
|
|
</%block> |