From 790a33a51a6281535cae338c9f64a675bb6dc6b5 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Thu, 15 Jul 2010 06:38:56 -0400 Subject: Fixed #bea/206d9b07# : 'BugDir' object has no attribute 'bug_shortname' (cfbe) Tested with a single bug attribute change and comment addition. --- interfaces/web/templates/list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'interfaces/web/templates/list.html') diff --git a/interfaces/web/templates/list.html b/interfaces/web/templates/list.html index 83007d3..216b731 100644 --- a/interfaces/web/templates/list.html +++ b/interfaces/web/templates/list.html @@ -16,7 +16,7 @@ {% for bug in bugs %} {{ bug.id.user() }} - + {{ bug.summary|e|truncate(70) }} {{ bug.status }} {{ bug.target }} -- cgit