15 lines
420 B
HTML
15 lines
420 B
HTML
<%! from django.core.urlresolvers import reverse %>
|
|
<%inherit file="main.html" />
|
|
|
|
<%namespace name='static' file='static_content.html'/>
|
|
|
|
<section class="container activation">
|
|
|
|
<section class="message">
|
|
<h1>Account already active!</h1>
|
|
<hr class="horizontal-divider">
|
|
|
|
<p> This account has already been activated. You can now <a href="#login-modal" rel="leanModal">login</a>.</p>
|
|
</section>
|
|
</section>
|