Merge branch 'dev-gamechanger' into dev
# Conflicts: # gamecard/templates/gamecard/gamecard.html
This commit is contained in:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user