mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
Center last activity column
This commit is contained in:
@@ -119,9 +119,9 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% if activity_timers[(team, player)] %}
|
{% 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 %}
|
{% else %}
|
||||||
<td>None</td>
|
<td class="center-column">None</td>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</tr>
|
</tr>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
Reference in New Issue
Block a user