13 lines
385 B
HTML
13 lines
385 B
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<title>Warning CSRF failed!</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
<h1>Warning CSRF check has failed!</h1>
|
||
|
<p>CSRF originally posted was: {{ response[0] }}.</p>
|
||
|
<p>CSRF received was: {{ response[1] }}.</p>
|
||
|
<p>Please <button><a href="http://localhost:5000/shutdown">Close the App</a></button> before trying again to avoid any risk.</p>
|
||
|
</body>
|
||
|
</html>
|