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

Oops! Somebody else tried to edit the same resource at the same time, and +there was a conflict. You will need to resolve this manually (eg, create a new +edit from scratch). +

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