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:
parent
73707c2ad0
commit
4d31323bb1
9 changed files with 147 additions and 7 deletions
13
html/error.html.mstch
Normal file
13
html/error.html.mstch
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue