From d57a42f72e1d3c060bc9ff5f126886d76e6c34ed Mon Sep 17 00:00:00 2001 From: Christian Franke Date: Wed, 18 Jan 2012 19:35:46 +0100 Subject: Nice up 404 error page --- sublab_project/templates/404.html | 20 +++++++------------- 1 file changed, 7 insertions(+), 13 deletions(-) diff --git a/sublab_project/templates/404.html b/sublab_project/templates/404.html index 3543977..9684874 100644 --- a/sublab_project/templates/404.html +++ b/sublab_project/templates/404.html @@ -1,13 +1,7 @@ - - - - - sublab - page not found - - - -

page not found

-

Hier nix {{ request_path }}.

-

Nach hause telefonieren.

- - +{% extends 'base.html' %} +{% block title %}page not found{% endblock %} +{% block content %} +

page not found

+

Hier nix {{ request_path }}.

+

Nach hause telefonieren.

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