diff options
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 %} |