diff options
Diffstat (limited to 'adenosine-pds/templates/error.html')
-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> |