From 979f5901af8410ff138de0aa41013bfb193060d6 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Tue, 23 Sep 2008 18:52:55 -0700 Subject: 1.0 --- bn_django/templates/newcomments_table | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) (limited to 'bn_django/templates/newcomments_table') diff --git a/bn_django/templates/newcomments_table b/bn_django/templates/newcomments_table index 6c38d10..ab50b7c 100644 --- a/bn_django/templates/newcomments_table +++ b/bn_django/templates/newcomments_table @@ -5,21 +5,9 @@ {{ c.submit_date|date:"F jS" }} {% if c.user.username %}{{ c.user.username }} - {% else %}anonymous{% endif%} + {% else %}c.user_name{% endif%} - - {{ c.content_type.name }} - -{% endfor %} -{% for c in latest_freecomments %} - - - {{ c.submit_date|date:"F jS" }} - - {% if c.person_name %}{{c.person_name}}{% else %}anonymous{% endif %} - - - + {{ c.content_type.name }} {% endfor %} -- cgit v1.2.3