diff options
Diffstat (limited to 'adenosine-pds/templates/error.html')
-rw-r--r-- | adenosine-pds/templates/error.html | 9 |
1 files changed, 9 insertions, 0 deletions
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 %} +<center> +<h1>{{ status_code }}</h1> +<span style="font-size: larger;">{{ error_message }}</span> +</center> + +{% endblock %} |