From 6a019eea492e6de184e487d41c5fb35049eced9b Mon Sep 17 00:00:00 2001 From: Steve Losh Date: Fri, 30 Jan 2009 18:39:11 -0500 Subject: Moved the layout quite a bit further. --- templates/list.html | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) (limited to 'templates/list.html') diff --git a/templates/list.html b/templates/list.html index ecb7099..c9c271e 100644 --- a/templates/list.html +++ b/templates/list.html @@ -1,7 +1,20 @@ {% extends "base.html" %} {% block content %} - {% for bug in bugs %} -

{{ bug.summary }}

- {% endfor %} + + + + + + + + {% for bug in bugs %} + + + + + + + {% endfor %} +
IDSummaryStatusAssigned To
{{ bugs.bug_shortname(bug) }}{{ bug.summary }}{{ bug.status }}{{ bug.assigned }}
{% endblock %} \ No newline at end of file -- cgit