From 4b4032be6f984cea34aeb7a52cbfcc38bc389b35 Mon Sep 17 00:00:00 2001 From: Andrew Godwin Date: Sun, 20 Nov 2022 11:18:42 -0700 Subject: Add Sentry error integration option --- templates/500.html | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 templates/500.html (limited to 'templates') diff --git a/templates/500.html b/templates/500.html new file mode 100644 index 0000000..e828f68 --- /dev/null +++ b/templates/500.html @@ -0,0 +1,6 @@ +{% extends "base.html" %} + +{% block content %} +

Internal Server Error

+

Sorry about that.

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