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/503.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 python/fatcat_web/templates/503.html (limited to 'python/fatcat_web/templates/503.html') diff --git a/python/fatcat_web/templates/503.html b/python/fatcat_web/templates/503.html new file mode 100644 index 00000000..f21afacc --- /dev/null +++ b/python/fatcat_web/templates/503.html @@ -0,0 +1,12 @@ +{% extends "base.html" %} +{% block body %} + +
+
503
+
Server Error
+ +

Hrm, something unexpected went wrong with a back-end service. Check the +status link below, and try again later. Apologies! +

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