error/*: remove back button, and change 502
All checks were successful
/ deploy (push) Successful in 25s

This commit is contained in:
forgejo-actions[bot] 2024-09-29 22:53:34 +00:00
parent 251952075f
commit c267aff246
6 changed files with 8 additions and 74 deletions

View file

@ -84,18 +84,6 @@ Make sure you have access to the thing you tried to changee</p>
<p>Please contact us using <a href="https://support.ilot.io">our support page</a> if you think this is a mistake</p>
<p><a href="javascript:history.back()" class="js-go-back go-back">Go back</a></p>
<script>
(function () {
var goBack = document.querySelector('.js-go-back');
if (history.length > 1) {
goBack.style.display = 'inline';
}
})();
</script>