Changed color alternation on devel index (todolist) to be conformant.

This commit is contained in:
eliott 2007-12-30 17:49:20 -05:00
parent de216ea830
commit 576e9934b4

View File

@ -11,7 +11,7 @@ <h3 class="title">Package ToDo Lists</h3>
<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>