From f523f9113cd3c9dffe9e91053d41149cc4640d3a Mon Sep 17 00:00:00 2001 From: bnewbold Date: Wed, 28 Nov 2007 13:16:34 +1300 Subject: fixed freecomments username display... --- bn_django/templates/comment_list | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bn_django') 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 %} Posted by - {% if c.user %}{{ c.user }}{% else %}anonymous{% endif %}
+ {% if c.person_name %}{{ c.person_name}}{% else %}anonymous{% endif %}
on {{ c.submit_date|date:"F j, Y" }}
at {{ c.submit_date|date:"H:i T" }} -- cgit v1.2.3