summaryrefslogtreecommitdiff
path: root/papillon/templates/500.html
diff options
context:
space:
mode:
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
commit80528d61b1c7d5a3c1255d302fb7f2b388624bdb (patch)
treeee5ddecd000b65c7c00c9c11a8920286903ec37d /papillon/templates/500.html
parent4bf308db74bdd2600c67cdff91500ee877af9b4e (diff)
downloadPapillon-80528d61b1c7d5a3c1255d302fb7f2b388624bdb.tar.bz2
Papillon-80528d61b1c7d5a3c1255d302fb7f2b388624bdb.zip
Add 500 template - better gitignore
Diffstat (limited to 'papillon/templates/500.html')
-rw-r--r--papillon/templates/500.html6
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 %}