Center last activity column

This commit is contained in:
Chris Wilson 2020-07-25 02:10:49 -04:00
parent 3ea435c66c
commit aacd5b4063
1 changed files with 2 additions and 2 deletions

View File

@ -119,9 +119,9 @@
{% endif %}
{% endfor %}
{% if activity_timers[(team, player)] %}
<td>{{ activity_timers[(team, player)] | render_timedelta }}</td>
<td class="center-column">{{ activity_timers[(team, player)] | render_timedelta }}</td>
{% else %}
<td>None</td>
<td class="center-column">None</td>
{% endif %}
</tr>
{% endfor %}