fix: Set colspan to actual number of columns (#6069)

This commit is contained in:
Jennifer Richards 2023-08-01 16:53:45 -03:00 committed by GitHub
parent ff07286404
commit 22624a3f38
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -144,7 +144,7 @@
{% if not forloop.first %}</tbody>{% endif %}
<tbody>
<tr>
<th scope="col" class="table-warning" colspan="8">{{ session.current_status_name|capfirst }}</th>
<th scope="col" class="table-warning" colspan="7">{{ session.current_status_name|capfirst }}</th>
</tr>
</tbody>
<tbody>