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/404.html | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/templates/404.html (limited to 'src/templates/404.html') diff --git a/src/templates/404.html b/src/templates/404.html new file mode 100644 index 0000000..d74f8ca --- /dev/null +++ b/src/templates/404.html @@ -0,0 +1,7 @@ +{% extends "base.html" %} + +{% block content %} +

+404 -- page not found +

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