diff --git a/mobile/templates/mobile/_calendar_referee_row.html b/mobile/templates/mobile/_calendar_referee_row.html index 70dfdde..9530e15 100644 --- a/mobile/templates/mobile/_calendar_referee_row.html +++ b/mobile/templates/mobile/_calendar_referee_row.html @@ -12,13 +12,12 @@ Expects ``row`` ({event, referee_signup, referee_member}) in scope -- referee_member is only set once there's more than one managed person to tell apart, same rule mobile/_calendar_row.html's own ``member`` uses. - Accept/Decline are two small forms, not a single multi-button one -- - and, unlike this app's RSVP forms, boosted (no hx-boost="false"): - nothing here is Alpine-owned/toggled, so there's no htmx/Alpine conflict - to dodge, and a boosted POST avoids the jarring full-page reload a plain - form submit would cause on a page the user is mid-scroll on. + Just a link to the event, same as every other calendar row -- no + Accept/Decline here; event_detail.html's own "Refereeing" card (same + signup) is where that action lives, so this row and every other one + share one interaction model (tap through, act on the event page). {% endcomment %} -
- {% if row.referee_signup.status == "accepted" %} - {% trans "Confirmed" %} - {% else %} -