fix: Set colspan to actual number of columns (#6069)
This commit is contained in:
parent
ff07286404
commit
22624a3f38
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue