invalid_email_key.html 575 Bytes
Newer Older
1
<%inherit file="main.html" />
2

3 4 5 6 7 8 9 10 11 12 13 14 15 16
<section class="container activation">

  <section class="message">
    <h1 class="invalid">Invalid email change key</h1>
    <hr class="horizontal-divider">
    <p> This e-mail key is not valid. Please check:</p>
    <ul>
      <li>Was this key already used? Check whether the e-mail change has already happened.
      <li>Did your e-mail client break the URL into two lines?
      <li>The keys are valid for a limited amount of time. Has the key expired?
    </ul>
    <p>Go back to the <a href="/">home page</a>.</p>
  </section>
</section>