1
0
Fork 0
forked from ilot/ilot-io
ilot.io/error/422.mdwn

23 lines
549 B
Text
Raw Normal View History

2024-09-29 18:13:13 -04:00
[[!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>