incorporate statline, tweak row appearnce
This commit is contained in:
@@ -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 }} {{ form.instance.player.last_name }}
|
||||
<small class="text-muted fw-light">#{{ form.instance.player.jersey_number }}</small><br>
|
||||
<code><small>{{ form.statline }}</small></code>
|
||||
</th>
|
||||
<td>
|
||||
{{ form.position }}
|
||||
|
||||
Reference in New Issue
Block a user