From 04dbd8aafa479a496f7eb4c4e1dcb07253ebfa79 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Thu, 10 Nov 2022 17:17:39 -0800 Subject: pds: error HTML template, crash on mutex poisoned --- adenosine-pds/templates/error.html | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 adenosine-pds/templates/error.html (limited to 'adenosine-pds/templates/error.html') diff --git a/adenosine-pds/templates/error.html b/adenosine-pds/templates/error.html new file mode 100644 index 0000000..dd19629 --- /dev/null +++ b/adenosine-pds/templates/error.html @@ -0,0 +1,9 @@ +{% extends "base.html" %} + +{% block content %} +
+

{{ status_code }}

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