Merge branch 'dev-gamechanger' into dev

# Conflicts:
#	gamecard/templates/gamecard/gamecard.html
This commit is contained in:
2022-06-10 17:17:31 -05:00
33 changed files with 833 additions and 66 deletions

View File

@@ -126,7 +126,9 @@
<td class="cell-square"></td>
<td class="cell-square cell-smalltext cell-mono available-status-code-{{ member.availability.status_code }} {% if member.in_starting_lineup %}in-starting-lineup{% endif %}">{{ member.member.jersey_number }}</td>
<td class="cell-info-lastname available-status-code-{{ member.availability.status_code }} {% if member.in_starting_lineup %}in-starting-lineup{% endif %}">{{ member.member.last_name }}</td>
<td class="statscell"></td>
<td class="statscell">
{{ member.stats.offensive.AVG }}/{{ member.stats.offensive.OBP }}/{{ member.stats.offensive.SLG }}:{{ member.stats.offensive.PA }}
</td>
<td class="cell-square cell-checkbox narrow no-inside-border">
{% if "P" in member.member.position %}