aboutsummaryrefslogtreecommitdiffstats
path: root/bn_django
diff options
context:
space:
mode:
authorbnewbold <bnewbold@manus.(none)>2007-03-24 20:28:47 -0700
committerbnewbold <bnewbold@manus.(none)>2007-03-24 20:28:47 -0700
commit67e6320434f0e130ea02b5bbfc8ba8a9fd182777 (patch)
tree8d26055124ef6576aa4fb73cc4cc7156f720c9de /bn_django
parent90813f3137b05b428af31fe782dfe54a0af668c1 (diff)
downloadbnewnet-67e6320434f0e130ea02b5bbfc8ba8a9fd182777.tar.gz
bnewnet-67e6320434f0e130ea02b5bbfc8ba8a9fd182777.zip
docutils style url fixed + 404
Diffstat (limited to 'bn_django')
-rw-r--r--bn_django/git_wiki/templates/git_wiki/item.html2
-rw-r--r--bn_django/templates/404.html3
2 files changed, 4 insertions, 1 deletions
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 }}
-<link rel="STYLESHEET" type="text/css" href="/style/docutils.css" />
+<link rel="STYLESHEET" type="text/css" href="/static/style/docutils.css" />
{% endblock %}
{% block path %}{{ block.super }} &raquo; <a href="/k/{{ item.slug }}/">
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 %}