diff options
Diffstat (limited to 'bn_django/templates/comment_list')
-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 %} |