From 122b5aef8aaa94e71ea91facb156a26607575575 Mon Sep 17 00:00:00 2001 From: Steve Losh Date: Sun, 1 Feb 2009 16:09:50 -0500 Subject: I can has commenting! --- templates/bug.html | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) (limited to 'templates/bug.html') diff --git a/templates/bug.html b/templates/bug.html index ee359f7..2cdbb28 100644 --- a/templates/bug.html +++ b/templates/bug.html @@ -33,9 +33,22 @@

Comments

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

{{ comment.From|e }} said:

+

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

{{ comment.body|trim|e }}

{% endfor %} +
+
+ +
+ + +
+
+ +
+
+
+ {% endblock %} \ No newline at end of file -- cgit