aboutsummaryrefslogtreecommitdiffstats
path: root/templates/bug.html
diff options
context:
space:
mode:
authorSteve Losh <steve@stevelosh.com>2009-06-25 17:54:18 -0400
committerSteve Losh <steve@stevelosh.com>2009-06-25 17:54:18 -0400
commitcc14e7e4ca90f007117a595b34e45dec2c805d77 (patch)
treecfec303da8434bec5f4e314b1c8dbcca4d822b02 /templates/bug.html
parent01d2ad07456974c3b4d4539a7b49f4af0916795b (diff)
downloadbugseverywhere-cc14e7e4ca90f007117a595b34e45dec2c805d77.tar.gz
Fix the EMPTY problem.
Diffstat (limited to 'templates/bug.html')
-rw-r--r--templates/bug.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/bug.html b/templates/bug.html
index f9d5943..3bada38 100644
--- a/templates/bug.html
+++ b/templates/bug.html
@@ -63,10 +63,10 @@
<span class="detail-field-contents">{{ bug.severity }}</span><br />
<span class="detail-field-header">Scheduled for:</span>
- <span class="detail-field-contents">{{ bug.target }}</span><br />
+ <span class="detail-field-contents">{{ target }}</span><br />
<span class="detail-field-header">Assigned to:</span>
- <span class="detail-field-contents">{{ bug.assigned|e }}</span><br />
+ <span class="detail-field-contents">{{ assignee|e }}</span><br />
<span class="detail-field-header">Permanent ID:</span>
<span class="detail-field-contents">{{ bug.uuid }}</span><br />