mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Missing template from previous commit, refs #2389
This commit is contained in:
parent
06d4ffb92e
commit
e9d34a99b8
1 changed files with 13 additions and 0 deletions
13
datasette/templates/csrf_error.html
Normal file
13
datasette/templates/csrf_error.html
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{% extends "base.html" %}
|
||||
{% block title %}CSRF check failed){% endblock %}
|
||||
{% block content %}
|
||||
<h1>Form origin check failed</h1>
|
||||
|
||||
<p>Your request's origin could not be validated. Please return to the form and submit it again.</p>
|
||||
|
||||
<details><summary>Technical details</summary>
|
||||
<p>Developers: consult Datasette's <a href="https://docs.datasette.io/en/latest/internals.html#csrf-protection">CSRF protection documentation</a>.</p>
|
||||
<p>Error code is {{ message_name }}.</p>
|
||||
</details>
|
||||
|
||||
{% endblock %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue