From cf804de463c83bfe11aba3576be2ccdd34443fd1 Mon Sep 17 00:00:00 2001 From: bnewbold Date: Sun, 4 Mar 2007 16:43:26 -0800 Subject: added seperate docutils stylesheet for wiki --- bn_django/git_wiki/templates/git_wiki/item.html | 26 ++++++++++++++----------- 1 file changed, 15 insertions(+), 11 deletions(-) (limited to 'bn_django/git_wiki/templates') diff --git a/bn_django/git_wiki/templates/git_wiki/item.html b/bn_django/git_wiki/templates/git_wiki/item.html index 7562fc6..16d3518 100644 --- a/bn_django/git_wiki/templates/git_wiki/item.html +++ b/bn_django/git_wiki/templates/git_wiki/item.html @@ -1,25 +1,29 @@ {% extends "git_wiki/base.html" %} -{% load markup %} +{% block stylesheets %} +{{ block.super }} + +{% endblock %} {% block path %}{{ block.super }} » {{ item.path }}{% endblock %} -{% block title %}Knowledge Item: {{ item.path }}{% endblock %} +{% block title %}{% endblock %} {% block gitwiki %} - {{ item.contents|restructuredtext }} +  +{{ doc.html_body }}

-

Item name:

- {{ item.name }} -

Item sha1 hash:

- {{ item.id }} -

Raw Contents:

-
{{ item.contents|escape|wordwrap:80 }}
- +

Meta

+ Item name: + {{ item.name }}
+ Item sha1 hash: + {{ item.id }}

- pdf - log + raw - + pdf - + log
{% endblock %} -- cgit v1.2.3