diff options
author | 2021-03-01 20:34:55 +0100 | |
---|---|---|
committer | 2021-03-01 20:34:55 +0100 | |
commit | 9243fef24b953d6ac83f80d7ccc91948adac9a60 (patch) | |
tree | 69a571418b362f56ea019adce084179aa1f85b71 | |
parent | Capitalise error codes in 404 and 500 pages (diff) |
Update error message for 500 page
Now includes a link to our Discord server and concrete actions for the user, if the problem persists
-rw-r--r-- | pydis_site/templates/500.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pydis_site/templates/500.html b/pydis_site/templates/500.html index 46373654..869892ec 100644 --- a/pydis_site/templates/500.html +++ b/pydis_site/templates/500.html @@ -21,7 +21,7 @@ </div> <div class="content-box"> <h1>500 — Internal Server Error</h1> - <p>Sorry, but something went wrong on our side of things.</p> + <p>Something went wrong at our end. Please try again shortly, or if the problem persists, please let us know <a href="https://discord.gg/python">on Discord</a>.</p> </div> </div> </body> |