diff options
author | eliott <eliott@cactuswax.net> | 2007-12-30 23:49:20 +0100 |
---|---|---|
committer | eliott <eliott@cactuswax.net> | 2007-12-30 23:49:20 +0100 |
commit | 576e9934b44bac6bf49d9a2e60d8a29a59eef296 (patch) | |
tree | 353a916a7175272eebce997790ebc0da35a41ede | |
parent | de216ea830a566830e0ed14a02ec708ee2c05a4e (diff) | |
download | archweb-576e9934b44bac6bf49d9a2e60d8a29a59eef296.tar.gz archweb-576e9934b44bac6bf49d9a2e60d8a29a59eef296.tar.xz |
Changed color alternation on devel index (todolist) to be conformant.
-rw-r--r-- | templates/devel/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/devel/index.html b/templates/devel/index.html index 4cd9558..afbec25 100644 --- a/templates/devel/index.html +++ b/templates/devel/index.html @@ -11,7 +11,7 @@ <th>Description</th> </tr> {% for todo in todos %} - <tr> + <tr class="{% cycle pkgr2,pkgr1 %}"> <td style="white-space:nowrap"><a href="/todo/{{ todo.id }}/">{{ todo.name }}</a></td> <td>{{ todo.date_added }}</td> <td>{{ todo.description }}</td> |