]> git.sesse.net Git - ccbs/blobdiff - html/templates/show-tournament.tmpl
Add hidden tournament and round form elements.
[ccbs] / html / templates / show-tournament.tmpl
index 4c02f78acde730b7f92d245c4b76bf8ff8f4b411..7adedb730a3f15f6033ee735444f7d1248274fe4 100644 (file)
     [% FOR pl = p.players %]
       [% IF pl.locked %]
     <tr>
-      <th>[% pl.nick %]</th>
+      <th>
+        <input type="hidden" name="tournament" value="[% tournament.tournament %]" />
+        <input type="hidden" name="round" value="[% r.round %]" />
+        [% pl.nick %]
+      </th>
         [% FOR s = pl.songs %]
       <td>[% s.score %]</td>
           [% IF s.chosen %]