1
0
Fork 0
mirror of https://github.com/KingDuckZ/kamokan.git synced 2025-10-02 15:00:02 +00:00

Redirect to error.cgi when saving fails.

Not working yet, still getting there.
This commit is contained in:
King_DuckZ 2017-05-12 22:46:54 +01:00
commit 4d31323bb1
9 changed files with 147 additions and 7 deletions

13
html/error.html.mstch Normal file
View file

@ -0,0 +1,13 @@
{{> head}}
<body>
<form action="{{base_uri}}/paste.cgi" method="post" accept-charset="UTF-8">
{{> topbar}}
<p>An error occurred: {{error_message}}</p>
</form>
</body>
</html>