diff options
| author | bnewbold <bnewbold@manus.(none)> | 2007-03-24 20:28:47 -0700 | 
|---|---|---|
| committer | bnewbold <bnewbold@manus.(none)> | 2007-03-24 20:28:47 -0700 | 
| commit | 67e6320434f0e130ea02b5bbfc8ba8a9fd182777 (patch) | |
| tree | 8d26055124ef6576aa4fb73cc4cc7156f720c9de /bn_django/git_wiki/templates | |
| parent | 90813f3137b05b428af31fe782dfe54a0af668c1 (diff) | |
| download | bnewnet-67e6320434f0e130ea02b5bbfc8ba8a9fd182777.tar.gz bnewnet-67e6320434f0e130ea02b5bbfc8ba8a9fd182777.zip | |
docutils style url fixed + 404
Diffstat (limited to 'bn_django/git_wiki/templates')
| -rw-r--r-- | bn_django/git_wiki/templates/git_wiki/item.html | 2 | 
1 files changed, 1 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 }} » <a href="/k/{{ item.slug }}/"> | 
