summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorMilo Casagrande <milo@ubuntu.com>2013-10-16 15:09:51 +0200
committerMilo Casagrande <milo@ubuntu.com>2013-10-16 15:09:51 +0200
commit52eefc36366e95f9e476626a9094c5ed00a834c3 (patch)
tree1c19946672b03c3a4a77544fee3596b564730a25 /templates
parent58d62c40dd848f15189391d0399e18b376b8193d (diff)
Added 500html template.
Diffstat (limited to 'templates')
-rw-r--r--templates/500.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/templates/500.html b/templates/500.html
new file mode 100644
index 0000000..62aed92
--- /dev/null
+++ b/templates/500.html
@@ -0,0 +1,7 @@
+{% extends "base.html" %}
+
+{% block title %}Server Error{% endblock %}
+
+{% block body %}
+<p>Server error.</p>
+{% endblock %}