inopy/templates/csrf-failed.html

13 lines
385 B
HTML
Raw Normal View History

2023-06-08 19:12:28 +02:00
<!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>