15 lines
425 B
HTML
15 lines
425 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 class="valid">Activation Complete!</h1>
|
|
<hr class="horizontal-divider">
|
|
|
|
<p>Thanks for activating your account. You can now <a href="#login-modal" rel="leanModal">login</a>.</p>
|
|
</section>
|
|
</section>
|