summaryrefslogtreecommitdiff
path: root/templates/court.j2
blob: 6ae4d911ce14a2b1310d31578b85424e5bc4a99b (plain) (blame)
1
<button class={% if court.status %} "active" {% else %} "dormant" {% endif %} hx-post="{{ "/court-toggle/" ~ court.number}}" hx-trigger="click" hx-swap="outerHTML">{{ court.number }}</button>