remove rows styles of items table (#8210)

This commit is contained in:
Serghei Mihai 2015-09-22 17:40:23 +02:00
parent 19f353ed65
commit fa4c0a24ac
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>