Plume/templates/errors/csrf.html.tera

7 lines
313 B
Plaintext
Raw Normal View History

2018-06-24 18:58:57 +02:00
{% extends "errors/base" %}
{% block error %}
<h1>{{ "Invalid CSRF token." | _ }}</h1>
<p>{{ "Something is wrong with your CSRF token. Make sure cookies are enabled in you browser, and try reloading this page. If you continue to see this error message, please report it." | _ }}</p>
{% endblock error %}