aboutsummaryrefslogtreecommitdiffstats
path: root/bn_django/git_wiki/templates/git_wiki
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@animus.robocracy.org>2008-08-11 20:45:15 -0700
committerBryan Newbold <bnewbold@animus.robocracy.org>2008-08-11 20:45:15 -0700
commit6a22baa306a72557698d64ac6c09842bed81f66b (patch)
tree137f5d9fb1ef3bc834ee4e037ca2e33f0f4c384f /bn_django/git_wiki/templates/git_wiki
parent62dcf136d5b71c0b4d5744ec3551ce82edcc2a94 (diff)
downloadbnewnet-6a22baa306a72557698d64ac6c09842bed81f66b.tar.gz
bnewnet-6a22baa306a72557698d64ac6c09842bed81f66b.zip
more changes, works ok. TODO: comments for git_wiki, redo git_browse...
Diffstat (limited to 'bn_django/git_wiki/templates/git_wiki')
-rw-r--r--bn_django/git_wiki/templates/git_wiki/item.html5
1 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 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 %}
&nbsp;
-{{ doc.html_body }}
+{{ doc.html_body|safe }}
<br /><hr />
<h3>Meta</h3>
<b>Item name:</b>
@@ -29,6 +29,8 @@
<br />
{% endblock %}
+{% comment %}
+BROKEN, comments need char type primary keys
{% block commentary %}
<div class="content" id="commentary">
{% load comments %}
@@ -46,3 +48,4 @@ They will be lost if the item is updated.</em></p>
{% include "comment_list" %}
</div>
{% endblock %}
+{% endcomment %}