From 50a2774a02993b36838e4672d395a314233c4f16 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Thu, 31 Jan 2019 18:02:31 -0800 Subject: better flask error pages --- python/fatcat_web/templates/500.html | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 python/fatcat_web/templates/500.html (limited to 'python/fatcat_web/templates/500.html') diff --git a/python/fatcat_web/templates/500.html b/python/fatcat_web/templates/500.html new file mode 100644 index 00000000..a99232cb --- /dev/null +++ b/python/fatcat_web/templates/500.html @@ -0,0 +1,13 @@ +{% extends "base.html" %} +{% block body %} + +
+
500
+
Internal Error
+ +

Hrm, something unexpected went wrong. You may have found a bug! This request +should be logged and reported automatically; you could re-try or contact us for +more info. +

+ +{% endblock %} -- cgit v1.2.3