Update report_output.html

This commit is contained in:
mrkiwi-nz 2016-06-09 12:40:48 +12:00
parent 783aa2481c
commit 57d341f89f

View File

@ -37,7 +37,7 @@
</thead> </thead>
<tbody> <tbody>
{% for d in data %} {% for d in data %}
<tr class='row_{% cycle odd,even %}'>{% for f in d %}<td class='report'>{{ f }}</td>{% endfor %}</tr>{% endfor %} <tr class='row_{% cycle 'odd' 'even' %}'>{% for f in d %}<td class='report'>{{ f }}</td>{% endfor %}</tr>{% endfor %}
</tbody> </tbody>
</table> </table>