improve error pages, add 403
This commit is contained in:
parent
b87babb9ac
commit
dd11a45108
@ -1,3 +1,4 @@
|
|||||||
<h1>400</h1>
|
<h1>400 Bad Request</h1>
|
||||||
|
|
||||||
|
This kind of request is not allowed.
|
||||||
|
|
||||||
Sorry :( we screwed up.
|
|
||||||
|
5
nsupdate/templates/403.html
Normal file
5
nsupdate/templates/403.html
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
<h1>403 Forbidden</h1>
|
||||||
|
|
||||||
|
Sorry, this is not allowed (for you).
|
||||||
|
|
||||||
|
If you did not login yet, try logging in.
|
@ -1,3 +1,4 @@
|
|||||||
<h1>404</h1>
|
<h1>404 Not found</h1>
|
||||||
|
|
||||||
|
Nothing to see here.
|
||||||
|
|
||||||
Sorry :( we screwed up.
|
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
<h1>500</h1>
|
<h1>500 Internal Server Error</h1>
|
||||||
|
|
||||||
Sorry :( we screwed up.
|
Sorry :( we screwed up.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user