Skip to content
Snippets Groups Projects
activation_active.html 420 B
<%! 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>