diff options
author | bnewbold <bnewbold@manus.(none)> | 2007-03-21 22:19:21 -0700 |
---|---|---|
committer | bnewbold <bnewbold@manus.(none)> | 2007-03-21 22:19:21 -0700 |
commit | 1ec7f57aa8765477553b0f6600063d80af116a78 (patch) | |
tree | 39f7f43434c4cc718ee2a636703f48a1b9cfe1a5 | |
parent | 28fe486b327d0e40d86e01a360feb38ff14fdc28 (diff) | |
download | bnewnet-1ec7f57aa8765477553b0f6600063d80af116a78.tar.gz bnewnet-1ec7f57aa8765477553b0f6600063d80af116a78.zip |
comments or freecomments
-rw-r--r-- | bn_django/templates/comment_list | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bn_django/templates/comment_list b/bn_django/templates/comment_list index ce3ad19..077f981 100644 --- a/bn_django/templates/comment_list +++ b/bn_django/templates/comment_list @@ -1,4 +1,4 @@ -{% if comments %} +{% if comments or free_comments %} <br /> <table class="comments"> {% for c in comments %} |