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/templates/404.html | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 bn_django/templates/404.html (limited to 'bn_django/templates') 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