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/404.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'python/fatcat_web/templates/404.html') diff --git a/python/fatcat_web/templates/404.html b/python/fatcat_web/templates/404.html index c8fbfeac..653b8eed 100644 --- a/python/fatcat_web/templates/404.html +++ b/python/fatcat_web/templates/404.html @@ -1,6 +1,9 @@ {% extends "base.html" %} {% block body %} -

404: Not Found

+
+
404
+
Not Found
+
{% endblock %} -- cgit v1.2.3