From 323e34107ab58c746748799bacef00aa65c6b317 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Wed, 3 Apr 2019 10:59:28 -0700 Subject: better CSRF handling; restyle account page --- python/fatcat_web/templates/405.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 python/fatcat_web/templates/405.html (limited to 'python/fatcat_web/templates/405.html') diff --git a/python/fatcat_web/templates/405.html b/python/fatcat_web/templates/405.html new file mode 100644 index 00000000..97d21d73 --- /dev/null +++ b/python/fatcat_web/templates/405.html @@ -0,0 +1,12 @@ +{% extends "base.html" %} +{% block body %} + +
+
405
+
Method Not Allowed
+ +

Either we have a bug, or you tried something weird (like making up a URL). + +

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