diff options
author | Étienne Loks <etienne.loks@peacefrogs.net> | 2013-11-14 20:05:51 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@peacefrogs.net> | 2013-11-14 20:05:51 +0100 |
commit | 80528d61b1c7d5a3c1255d302fb7f2b388624bdb (patch) | |
tree | ee5ddecd000b65c7c00c9c11a8920286903ec37d /papillon/templates/500.html | |
parent | 4bf308db74bdd2600c67cdff91500ee877af9b4e (diff) | |
download | Papillon-80528d61b1c7d5a3c1255d302fb7f2b388624bdb.tar.bz2 Papillon-80528d61b1c7d5a3c1255d302fb7f2b388624bdb.zip |
Add 500 template - better gitignore
Diffstat (limited to 'papillon/templates/500.html')
-rw-r--r-- | papillon/templates/500.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/papillon/templates/500.html b/papillon/templates/500.html new file mode 100644 index 0000000..8196c56 --- /dev/null +++ b/papillon/templates/500.html @@ -0,0 +1,6 @@ +{% extends "base.html" %} +{% load i18n %} + +{% block content %} +<p>{% trans "An error has occurred. A system administrator has been informed and will probably fix it soon." %}</p> +{% endblock %} |