This commit is contained in:
parent
4ada397885
commit
6d6fd82e1b
5 changed files with 128 additions and 0 deletions
22
error/422.mdwn
Normal file
22
error/422.mdwn
Normal file
|
@ -0,0 +1,22 @@
|
|||
[[!meta title="HTTP 422: Unprocessable content"]]
|
||||
|
||||
# HTTP 422
|
||||
## Unprocessable content
|
||||
|
||||
### The change you requested is rejected.
|
||||
<hr/>
|
||||
Make sure you have access to the thing you tried to changee
|
||||
|
||||
Please contact us using [our support page](https://support.ilot.io) if you think this is a mistake
|
||||
|
||||
<a href="javascript:history.back()" class="js-go-back go-back">Go back</a>
|
||||
|
||||
<script>
|
||||
(function () {
|
||||
var goBack = document.querySelector('.js-go-back');
|
||||
|
||||
if (history.length > 1) {
|
||||
goBack.style.display = 'inline';
|
||||
}
|
||||
})();
|
||||
</script>
|
Loading…
Add table
Add a link
Reference in a new issue