From d5378562ff94d2bf6acf2659e1961a1ff35856ac Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Thu, 10 Nov 2022 17:28:26 -0800 Subject: pds: template tweaks --- adenosine-pds/templates/error.html | 1 + 1 file changed, 1 insertion(+) (limited to 'adenosine-pds/templates/error.html') diff --git a/adenosine-pds/templates/error.html b/adenosine-pds/templates/error.html index 885945a..2d91448 100644 --- a/adenosine-pds/templates/error.html +++ b/adenosine-pds/templates/error.html @@ -1,6 +1,7 @@ {% extends "base.html" %} {% block main %} +

{{ status_code }}

{{ error_message }} -- cgit v1.2.3