From 8dce37b90c36c849e428cab6db9e883cf0cd21a4 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Sun, 4 Jan 2009 11:45:10 -0800 Subject: un-escaped some html with |safe --- bn_django/templates/newcomments_table | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bn_django/templates') diff --git a/bn_django/templates/newcomments_table b/bn_django/templates/newcomments_table index ab50b7c..2349dd0 100644 --- a/bn_django/templates/newcomments_table +++ b/bn_django/templates/newcomments_table @@ -5,7 +5,7 @@ {{ c.submit_date|date:"F jS" }} {% if c.user.username %}{{ c.user.username }} - {% else %}c.user_name{% endif%} + {% else %}{{c.user_name}}{% endif%} {{ c.content_type.name }} -- cgit v1.2.3