diff options
author | Andrew Godwin | 2022-11-20 11:18:42 -0700 |
---|---|---|
committer | Andrew Godwin | 2022-11-20 11:18:55 -0700 |
commit | 4b4032be6f984cea34aeb7a52cbfcc38bc389b35 (patch) | |
tree | 1a26fdf489ff7ccfbbc2bcd7a3cd1c60daa9bc57 /templates | |
parent | 75e73859688c8893edc2650d12b10e3005d9db76 (diff) | |
download | takahe-4b4032be6f984cea34aeb7a52cbfcc38bc389b35.tar.gz takahe-4b4032be6f984cea34aeb7a52cbfcc38bc389b35.tar.bz2 takahe-4b4032be6f984cea34aeb7a52cbfcc38bc389b35.zip |
Add Sentry error integration option
Diffstat (limited to 'templates')
-rw-r--r-- | templates/500.html | 6 |
1 files changed, 6 insertions, 0 deletions
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 %} + <h1>Internal Server Error</h1> + <p>Sorry about that.</p> +{% endblock %} |