Fix misspelled CSS classes

This commit is contained in:
Matt Good
2014-11-24 14:46:41 -08:00
parent 7557ee6794
commit b4fe0b954c

View File

@@ -20,7 +20,7 @@
</thead>
<tbody>
{% for row in result %}
<tr class="{{ loop.cycle('fjDebugOdd', 'fjDebugEven') }}">
<tr class="{{ loop.cycle('flDebugOdd', 'flDebugEven') }}">
{% for column in row %}
<td>{{ column }}</td>
{% endfor %}