diff options
Diffstat (limited to 'templates/500.html')
-rw-r--r-- | templates/500.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/templates/500.html b/templates/500.html new file mode 100644 index 00000000..9566fc29 --- /dev/null +++ b/templates/500.html @@ -0,0 +1,9 @@ +{% extends "base.html" %} + +{% block content %} + <div class="box"> + <h2>500 - Internal Server Error</h2> + Something has gone horribly wrong. Back away slowly. + </div> +{% endblock %} + |