diff options
author | Bryan Newbold <bnewbold@animus.robocracy.org> | 2008-08-11 20:45:15 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@animus.robocracy.org> | 2008-08-11 20:45:15 -0700 |
commit | 6a22baa306a72557698d64ac6c09842bed81f66b (patch) | |
tree | 137f5d9fb1ef3bc834ee4e037ca2e33f0f4c384f /bn_django/git_wiki/templates | |
parent | 62dcf136d5b71c0b4d5744ec3551ce82edcc2a94 (diff) | |
download | bnewnet-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')
-rw-r--r-- | bn_django/git_wiki/templates/git_wiki/item.html | 5 |
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 %} -{{ 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 %} |