diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/500.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/500.html b/templates/500.html new file mode 100644 index 0000000..e828f68 --- /dev/null +++ b/templates/500.html @@ -0,0 +1,6 @@ +{% extends "base.html" %} + +{% block content %} + <h1>Internal Server Error</h1> + <p>Sorry about that.</p> +{% endblock %} |