forked from MarseyWorld/MarseyWorld
add missing <tbody>
parent
7ef9f70b31
commit
ed02fe1e8e
|
@ -16,6 +16,7 @@
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
|
|
||||||
|
<tbody>
|
||||||
{% for group in groups %}
|
{% for group in groups %}
|
||||||
<tr>
|
<tr>
|
||||||
<td>{{loop.index}}</td>
|
<td>{{loop.index}}</td>
|
||||||
|
@ -37,6 +38,7 @@
|
||||||
<td data-time="{{group.created_utc}}"></td>
|
<td data-time="{{group.created_utc}}"></td>
|
||||||
</tr>
|
</tr>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue