summaryrefslogtreecommitdiff
path: root/interfaces
diff options
context:
space:
mode:
Diffstat (limited to 'interfaces')
-rw-r--r--interfaces/web/templates/list.html2
1 files changed, 0 insertions, 2 deletions
diff --git a/interfaces/web/templates/list.html b/interfaces/web/templates/list.html
index 216b731..65e6fe2 100644
--- a/interfaces/web/templates/list.html
+++ b/interfaces/web/templates/list.html
@@ -10,7 +10,6 @@
<th>ID</th>
<th>Summary</th>
<th>Status</th>
- <th>Target</th>
<th>Assigned To</th>
</tr>
{% for bug in bugs %}
@@ -19,7 +18,6 @@
<td><a href="/bug?{{ urlencode({'id':bug.id.long_user()}) }}">
{{ bug.summary|e|truncate(70) }}</a></td>
<td>{{ bug.status }}</td>
- <td>{{ bug.target }}</td>
<td>{{ bug.assigned|striptags }}</td>
</tr>
{% endfor %}