<%! 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="invalid">Activation Invalid</h1> <hr class="horizontal-divider"> <p>Something went wrong. Check to make sure the URL you went to was correct -- e-mail programs will sometimes split it into two lines. If you still have issues, e-mail us to let us know what happened at <a href="mailto:bugs@edx.org">bugs@edx.org</a>.</p> <p>Or you can go back to the <a href="/">home page</a>.</p> </section> </section>