From 3501dbce942deb4fd91e858906dec42aa19b8a15 Mon Sep 17 00:00:00 2001 From: Bernard Siebens Date: Sun, 23 Aug 2026 13:58:33 +0200 Subject: [PATCH] Stretch the attendance stat tiles across the card on the player detail sheet Co-Authored-By: Claude Sonnet 5 --- mobile/templates/mobile/coach/roster_member.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/mobile/templates/mobile/coach/roster_member.html b/mobile/templates/mobile/coach/roster_member.html index c960c24..bc907ed 100644 --- a/mobile/templates/mobile/coach/roster_member.html +++ b/mobile/templates/mobile/coach/roster_member.html @@ -49,16 +49,16 @@
{% trans "Attendance this season" %}
-
-
+
+
{{ attendance_counts.present }}
{% trans "Present" %}
-
+
{{ attendance_counts.absent }}
{% trans "Absent" %}
-
+
{{ attendance_counts.no_reply }}
{% trans "No reply" %}