From d6e891426c04dd42d9c57c25345f692a21c930d6 Mon Sep 17 00:00:00 2001 From: Andrew Godwin Date: Sat, 24 Jun 2023 11:56:57 -0600 Subject: [PATCH] Modify 500 error page to not need config --- templates/500.html | 29 +++++++++++++++++++++-------- 1 file changed, 21 insertions(+), 8 deletions(-) diff --git a/templates/500.html b/templates/500.html index 9340da6..af30050 100644 --- a/templates/500.html +++ b/templates/500.html @@ -1,8 +1,21 @@ -{% extends "base_plain.html" %} - -{% block content %} -

Internal Error

-
-

Sorry about that. We'll try to have this working again soon.

-
-{% endblock %} + + + + Internal Error + + + {% load static %} + + + + + + +
+
+

Internal Server Error

+

The server encountered an error trying to process your request.

+
+
+ +