lingo: remove rows styles of items table (#8210)

This commit is contained in:
Serghei Mihai 2015-09-22 17:40:23 +02:00 committed by Frédéric Péters
parent 2c4c7bce33
commit dc636e1926
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
</thead>
<tbody>
{% for item in items %}
<tr class="{% cycle 'lightgrey' 'white' %}">
<tr>
<td>{{ item.display_id }}</td>
<td>{{ item.subject }}</td>
<td>{{ item.creation_date|date:"SHORT_DATE_FORMAT" }}</td>