Files
benchcoach-django/teamsnap/templates/teamsnap/player-table-header.html

8 lines
232 B
HTML

<thead>
<tr class="border border-light">
{# <th scope="col" style="display: none"></th>#}
{# <th scope="col" class="border border-light"></th>#}
{# <th scope="col">Name</th>#}
{# <th scope="col">Pos</th>#}
</tr>
</thead>