diff options
author | bnewbold <bnewbold@manus.(none)> | 2007-03-21 22:02:41 -0700 |
---|---|---|
committer | bnewbold <bnewbold@manus.(none)> | 2007-03-21 22:02:41 -0700 |
commit | 28fe486b327d0e40d86e01a360feb38ff14fdc28 (patch) | |
tree | 1ff4cefbcac84c01944bdca58df822c58b7e7973 /bn_django/git_wiki/templates | |
parent | c3522feb2202ef0e1f346da6617eafb9507e515f (diff) | |
download | bnewnet-28fe486b327d0e40d86e01a360feb38ff14fdc28.tar.gz bnewnet-28fe486b327d0e40d86e01a360feb38ff14fdc28.zip |
comments are public and pdf creation doesn't choke as bad
Diffstat (limited to 'bn_django/git_wiki/templates')
-rw-r--r-- | bn_django/git_wiki/templates/git_wiki/item.html | 4 |
1 files changed, 2 insertions, 2 deletions
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.</em></p> <h3>Post a comment</h3> {% 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 %} <br /> {% get_comment_list for git_wiki.item item.id as comments %} |