diff options
-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 89a07a99..7cd58dc8 100644 --- a/templates/todolists/view.html +++ b/templates/todolists/view.html @@ -12,7 +12,7 @@ <th>Status</th> </tr> {% for pkg in pkgs %} - <tr> + <tr class="{% cycle pkgr1,pkgr2 %}"> <td><a href="/packages/{{ pkg.pkg.id }}/">{{ pkg.pkg.id }}</a></td> <td>{{ pkg.pkg.repo.name }}</td> <td>{{ pkg.pkg.pkgname }}</td> |