aboutsummaryrefslogtreecommitdiff
path: root/templates/500.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/500.html')
-rw-r--r--templates/500.html6
1 files changed, 5 insertions, 1 deletions
diff --git a/templates/500.html b/templates/500.html
index 9f0657f..fa1a639 100644
--- a/templates/500.html
+++ b/templates/500.html
@@ -6,7 +6,11 @@
<body>
{{ template "nav" . }}
<main>
- <h3>500 &mdash; something broke!</h3>
+ <h3>500 Internal Server Error</h3>
+ <p>
+ You may wish to contact the instance administrator.
+ </p>
+{{ template "foot" . }}
</main>
</body>
</html>