Skip to content

Commit

Permalink
Reword
Browse files Browse the repository at this point in the history
  • Loading branch information
aquarhead committed Nov 16, 2024
1 parent e99a55b commit ed04f97
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions templates/team.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ <h3 class="title">Comments</h3>
</colgroup>
<thead>
<tr>
<th>Player</th>
<th>Click to toggle</th>
<th>Name</th>
<th>Playing?</th>
</tr>
</thead>
<tbody>
Expand All @@ -80,12 +80,12 @@ <h3 class="title">Comments</h3>
<form id="play-{{ pid }}" action="/team/{{ key }}/player/{{ pid }}/play" method="post"></form>
<form id="not-play-{{ pid }}" action="/team/{{ key }}/player/{{ pid }}/not_play" method="post"></form>
<button form="play-{{ pid }}" type="submit" class="button {% if playing is true %}is-info{% endif %}">
Playing
Yes
</button>

<button form="not-play-{{ pid }}" type="submit"
class="button {% if playing is false %}is-danger{% endif %}">
Not playing
No
</button>
</td>
</tr>
Expand Down

0 comments on commit ed04f97

Please sign in to comment.