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/csrf_error.html | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 python/fatcat_web/templates/csrf_error.html (limited to 'python/fatcat_web/templates/csrf_error.html') diff --git a/python/fatcat_web/templates/csrf_error.html b/python/fatcat_web/templates/csrf_error.html new file mode 100644 index 00000000..357f9047 --- /dev/null +++ b/python/fatcat_web/templates/csrf_error.html @@ -0,0 +1,10 @@ +{% extends "base.html" %} +{% block body %} + +
+
400
+
Cross-Site Scripting Error
+{{ reason }} +
+ +{% endblock %} -- cgit v1.2.3