diff options
author | Markus Krogh <markus@nordu.net> | 2017-06-02 13:19:30 +0200 |
---|---|---|
committer | Markus Krogh <markus@nordu.net> | 2017-06-02 13:19:30 +0200 |
commit | 934702f61f1cbdbf001ebb598c22c75efa247645 (patch) | |
tree | b0c6725a8c8a682b421aa35eea9662d7fff31bd6 /src/templates/500.html | |
parent | 41afbaae97384968df6312cbe570305208b2216e (diff) |
Django 1.11 compatible and cleaned up
Diffstat (limited to 'src/templates/500.html')
-rw-r--r-- | src/templates/500.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/templates/500.html b/src/templates/500.html new file mode 100644 index 0000000..57bed1c --- /dev/null +++ b/src/templates/500.html @@ -0,0 +1,7 @@ +{% extends "base.html" %} + +{% block content %} +<p> +500 -- server error +</p> +{% endblock %} |