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

You might need to log in, or your account may not (yet!) have privileges to +complete the attempted action. + +

This could also just mean that you need to log out and log back in. Sorry +about that! +

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