csrftoken.ut 603 B

123456789101112131415161718192021222324
  1. {#
  2. Copyright 2015-2022 Jo-Philipp Wich <jo@mein.io>
  3. Licensed to the public under the Apache License 2.0.
  4. -#}
  5. {% include('header') %}
  6. <h2 name="content">{{ _('Form token mismatch') }}</h2>
  7. <br />
  8. <p class="alert-message">{{ _('The submitted security token is invalid or already expired!') }}</p>
  9. <p>{{ _(`
  10. In order to prevent unauthorized access to the system, your request has
  11. been blocked. Click "Continue »" below to return to the previous page.
  12. `) }}</p>
  13. <hr />
  14. <p class="right">
  15. <strong><a href="#" onclick="window.history.back();">Continue »</a></strong>
  16. </p>
  17. {% include('footer') %}