Instruct users to contact admin, not WF devevelopers on 500 page

Misconfigured or broken servers has directed people to the wrong place.

Fixes #684
This commit is contained in:
Matt Baer 2023-09-22 12:25:19 -04:00
parent 2986f83121
commit 83f230ddaf
1 changed files with 1 additions and 3 deletions

View File

@ -2,9 +2,7 @@
{{define "content"}}
<div class="content-container tight">
<h1>Server error &#x1F635;</h1>
<p>Please <a href="https://github.com/writefreely/writefreely/issues/new">contact the human authors</a> of this software and remind them of their many shortcomings.</p>
<p>Be gentle, though. They are fragile mortal beings.</p>
<p style="margin-top:2em">Also, unlike the AI that will soon replace them, you will need to include an error log from the server in your report. (Utterly <em>primitive</em>, we know.)</p>
<p>There seems to be an issue with this server. Please contact the admin and let them know they'll need to fix it.</p>
<p>&ndash; {{.SiteName}} &#x1F916;</p>
</div>
{{end}}