From 67e6320434f0e130ea02b5bbfc8ba8a9fd182777 Mon Sep 17 00:00:00 2001 From: bnewbold Date: Sat, 24 Mar 2007 20:28:47 -0700 Subject: docutils style url fixed + 404 --- bn_django/git_wiki/templates/git_wiki/item.html | 2 +- bn_django/templates/404.html | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 bn_django/templates/404.html diff --git a/bn_django/git_wiki/templates/git_wiki/item.html b/bn_django/git_wiki/templates/git_wiki/item.html index 69332fd..51680ef 100644 --- a/bn_django/git_wiki/templates/git_wiki/item.html +++ b/bn_django/git_wiki/templates/git_wiki/item.html @@ -2,7 +2,7 @@ {% block stylesheets %} {{ block.super }} - + {% endblock %} {% block path %}{{ block.super }} » diff --git a/bn_django/templates/404.html b/bn_django/templates/404.html new file mode 100644 index 0000000..e1f116e --- /dev/null +++ b/bn_django/templates/404.html @@ -0,0 +1,3 @@ +{% extends "base.html"%} +{% block title %}For oh four{% endblock %} +{% block content %}Whoopsie!{% endblock %} -- cgit v1.2.3