diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-05-23 17:52:22 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-06-17 13:21:28 +0200 |
commit | 20dcdaa6996a2f109765c2f2ae00a3aea6683b49 (patch) | |
tree | 36cbe78806ca99e2dc0c6fa258bb1cec06223b3e /ishtar_common/templates/error.html | |
parent | 7d80c4bb2fae21c4b962913480ae84df5955fcb1 (diff) | |
download | Ishtar-20dcdaa6996a2f109765c2f2ae00a3aea6683b49.tar.bz2 Ishtar-20dcdaa6996a2f109765c2f2ae00a3aea6683b49.zip |
Document generation: display an error page for template error
Diffstat (limited to 'ishtar_common/templates/error.html')
-rw-r--r-- | ishtar_common/templates/error.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ishtar_common/templates/error.html b/ishtar_common/templates/error.html new file mode 100644 index 000000000..069796184 --- /dev/null +++ b/ishtar_common/templates/error.html @@ -0,0 +1,6 @@ +{% extends "500.html" %} +{% load i18n %} +{% block error %} +<h3>{{error_title}}</h3> +<p>{{error}}</p> +{% endblock %} |