forked from rDrama/rDrama
1
0
Fork 0

add missing <tbody>

master
Aevann 2023-03-07 03:02:54 +02:00
parent 7ef9f70b31
commit ed02fe1e8e
1 changed files with 2 additions and 0 deletions

View File

@ -16,6 +16,7 @@
</tr>
</thead>
<tbody>
{% for group in groups %}
<tr>
<td>{{loop.index}}</td>
@ -37,6 +38,7 @@
<td data-time="{{group.created_utc}}"></td>
</tr>
{% endfor %}
</tbody>
</table>
</div>