From 1e1ac44e6bc077843cdae5eac35cc546704f39e5 Mon Sep 17 00:00:00 2001 From: Shgck Date: Sat, 2 May 2015 15:20:31 +0200 Subject: [PATCH] Custom error 500 page --- templates/500.html | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 templates/500.html diff --git a/templates/500.html b/templates/500.html new file mode 100644 index 0000000..a8b262a --- /dev/null +++ b/templates/500.html @@ -0,0 +1,6 @@ +{% extends "base.html" %} + + +{% block content %} +

Error 500 D^8>*

+{% endblock %}