diff options
author | Dusty Phillips <buchuki@gmail.com> | 2008-06-27 20:10:28 -0400 |
---|---|---|
committer | Dusty Phillips <buchuki@gmail.com> | 2008-06-27 20:10:28 -0400 |
commit | fdaa35a9386ccb8adab23f46d9260f8ed407bf5c (patch) | |
tree | c515ad832889f513252706e073173bc63601a81b /templates | |
parent | acc68977135b880b28f2aa83b6938eae46467195 (diff) |
refactor todo packages a bit
Diffstat (limited to 'templates')
-rw-r--r-- | templates/todolists/view.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/todolists/view.html b/templates/todolists/view.html index db9be6e8..02c228e4 100644 --- a/templates/todolists/view.html +++ b/templates/todolists/view.html @@ -44,7 +44,7 @@ </tr> </thead> <tbody> - {% for pkg in pkgs %} + {% for pkg in list.packages %} <tr class="{% cycle even,odd %}"> <td><a href="/packages/{{ pkg.pkg.id }}/">{{ pkg.pkg.pkgname }}</a></td> <td>{{ pkg.pkg.arch.name }}</td> |