summaryrefslogtreecommitdiffstats
path: root/templates/todolists/list.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/todolists/list.html')
-rw-r--r--templates/todolists/list.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/todolists/list.html b/templates/todolists/list.html
index 0e659f9..980328a 100644
--- a/templates/todolists/list.html
+++ b/templates/todolists/list.html
@@ -17,7 +17,7 @@
<th>Status</th>
</tr>
{% for list in lists %}
- <tr>
+ <tr class="{% cycle pkgr2,pkgr1 %}">
<td style="white-space:nowrap"><a href="/todo/{{ list.id }}/">{{ list.name }}</a></td>
<td>{{ list.date_added }}</td>
<td>{{ list.creator.get_full_name }}</td>