From 3099e08c62410f16e99393ba09b36e79c0fa53ab Mon Sep 17 00:00:00 2001 From: Chris Ball Date: Mon, 6 Sep 2010 15:54:10 -0400 Subject: cfbe: API: bug.comment.From -> bug.comment.author --- interfaces/web/templates/bug.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'interfaces') diff --git a/interfaces/web/templates/bug.html b/interfaces/web/templates/bug.html index 66993de..b6986a9 100644 --- a/interfaces/web/templates/bug.html +++ b/interfaces/web/templates/bug.html @@ -140,7 +140,7 @@

Comments

{% for comment in bug.comments() %}
-

{{ comment.From|striptags|e }} said:

+

{{ comment.author|striptags|e }} said:

{{ comment.body|trim|e }}

-- cgit