summaryrefslogtreecommitdiff
path: root/papillon/templates/500.html
diff options
context:
space:
mode:
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 %}