diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2022-11-10 17:28:06 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2022-11-10 17:28:06 -0800 |
commit | 7b2e84309102284f7cc2ebc8efdbf3575eda547b (patch) | |
tree | c0899fc4b062c64c1df823fdcab5a627df3fac8b /adenosine-pds/templates | |
parent | 04dbd8aafa479a496f7eb4c4e1dcb07253ebfa79 (diff) | |
download | adenosine-7b2e84309102284f7cc2ebc8efdbf3575eda547b.tar.gz adenosine-7b2e84309102284f7cc2ebc8efdbf3575eda547b.zip |
pds: homepage handle, not did
Diffstat (limited to 'adenosine-pds/templates')
-rw-r--r-- | adenosine-pds/templates/error.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/adenosine-pds/templates/error.html b/adenosine-pds/templates/error.html index dd19629..885945a 100644 --- a/adenosine-pds/templates/error.html +++ b/adenosine-pds/templates/error.html @@ -1,6 +1,6 @@ {% extends "base.html" %} -{% block content %} +{% block main %} <center> <h1>{{ status_code }}</h1> <span style="font-size: larger;">{{ error_message }}</span> |