diff --git a/mobile/templates/mobile/_calendar_referee_row.html b/mobile/templates/mobile/_calendar_referee_row.html index 1decaf9..34b2b3b 100644 --- a/mobile/templates/mobile/_calendar_referee_row.html +++ b/mobile/templates/mobile/_calendar_referee_row.html @@ -10,9 +10,11 @@ on their own behalf, not something a parent does for a child. Expects ``row`` ({event, referee_signup}) in scope. Accept/Decline are - two small forms, not a single multi-button one, so hx-boost="false" can - sit on each without a formaction/htmx-boost mismatch (see event_detail. - html's own top-of-file comment for that failure mode). + 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. {% endcomment %}