From 28fe486b327d0e40d86e01a360feb38ff14fdc28 Mon Sep 17 00:00:00 2001
From: bnewbold
Date: Wed, 21 Mar 2007 22:02:41 -0700
Subject: comments are public and pdf creation doesn't choke as bad
---
bn_django/git_wiki/templates/git_wiki/item.html | 4 ++--
1 file changed, 2 insertions(+), 2 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 e26722d..69332fd 100644
--- a/bn_django/git_wiki/templates/git_wiki/item.html
+++ b/bn_django/git_wiki/templates/git_wiki/item.html
@@ -36,9 +36,9 @@
They will be lost if the item is updated.
Post a comment
{% if user.is_authenticated %}
-{% comment_form for git_wiki.item item.id with is_public yes %}
+{% comment_form for git_wiki.item item.id with is_public true %}
{% else %}
-{% free_comment_form for git_wiki.item item.id with is_public yes %}
+{% free_comment_form for git_wiki.item item.id with is_public true %}
{% endif %}
{% get_comment_list for git_wiki.item item.id as comments %}
--
cgit v1.2.3