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 84e5d56..4923a5e 100644 --- a/bn_django/templates/comment_list +++ b/bn_django/templates/comment_list @@ -18,7 +18,7 @@ {% for c in free_comments %} <tr><td class="comment_info"> Posted by <span class="comment_user"> - {% if c.user %}{{ c.user }}{% else %}anonymous{% endif %}</span><br /> + {% if c.person_name %}{{ c.person_name}}{% else %}anonymous{% endif %}</span><br /> on <span class="comment_date"> {{ c.submit_date|date:"F j, Y" }}</span><br /> at <span class="comment_time">{{ c.submit_date|date:"H:i T" }}</span> |