From 934702f61f1cbdbf001ebb598c22c75efa247645 Mon Sep 17 00:00:00 2001 From: Markus Krogh Date: Fri, 2 Jun 2017 13:19:30 +0200 Subject: Django 1.11 compatible and cleaned up --- src/templates/500.html | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/templates/500.html (limited to 'src/templates/500.html') diff --git a/src/templates/500.html b/src/templates/500.html new file mode 100644 index 0000000..57bed1c --- /dev/null +++ b/src/templates/500.html @@ -0,0 +1,7 @@ +{% extends "base.html" %} + +{% block content %} +

+500 -- server error +

+{% endblock %} -- cgit v1.1