From 6a22baa306a72557698d64ac6c09842bed81f66b Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Mon, 11 Aug 2008 20:45:15 -0700 Subject: more changes, works ok. TODO: comments for git_wiki, redo git_browse... --- bn_django/git_wiki/templates/git_wiki/item.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (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 51680ef..98f1647 100644 --- a/bn_django/git_wiki/templates/git_wiki/item.html +++ b/bn_django/git_wiki/templates/git_wiki/item.html @@ -12,7 +12,7 @@ {% block gitwiki %}   -{{ doc.html_body }} +{{ doc.html_body|safe }}

Meta

Item name: @@ -29,6 +29,8 @@
{% endblock %} +{% comment %} +BROKEN, comments need char type primary keys {% block commentary %}
{% load comments %} @@ -46,3 +48,4 @@ They will be lost if the item is updated.

{% include "comment_list" %}
{% endblock %} +{% endcomment %} -- cgit v1.2.3