From 70063bcea1a0f51edd1d40d72be149ebd8e055f9 Mon Sep 17 00:00:00 2001 From: simatei Date: Thu, 22 Aug 2019 14:50:21 +0300 Subject: [PATCH] Add bootstrap class and modify descriptive message --- templates/500.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/500.html b/templates/500.html index 1a25c5f..580d333 100644 --- a/templates/500.html +++ b/templates/500.html @@ -1,6 +1,7 @@ {% extends "base.html" %} {% block content %} -
+
Error 500: There seems to be an internal server error
+

Try reloading the page or try again after some time.

{% endblock content %} \ No newline at end of file