incorporate statline, tweak row appearnce

This commit is contained in:
2021-11-19 18:20:35 -06:00
parent 8d9a2b07ed
commit 9a75ee1de0
2 changed files with 5 additions and 5 deletions

View File

@@ -45,7 +45,9 @@
{% endif %}
</th>
<th>
{{ form.instance.player.first_name }} {{ form.instance.player.last_name }} - # {{ form.instance.player.jersey_number }}
{{ form.instance.player.first_name }}&nbsp;{{ form.instance.player.last_name }}&nbsp;
<small class="text-muted fw-light">#{{ form.instance.player.jersey_number }}</small><br>
<code><small>{{ form.statline }}</small></code>
</th>
<td>
{{ form.position }}