]> git.sesse.net Git - ccbs/blobdiff - html/templates/show-tournament.tmpl
Add name= to the submit buttons, and some information fixes.
[ccbs] / html / templates / show-tournament.tmpl
index 49f9b6defd208bb4f47dbdc7873bdd1c055e6107..4c02f78acde730b7f92d245c4b76bf8ff8f4b411 100644 (file)
       </td>
           [% IF s.chosen %]
       <td>
-        <select name="song[% s.player %]-[% s.songnumber %]">
+        <select name="song[% pl.player %]-[% s.songnumber %]">
           <option value=""> </option>
             [% FOR ss = songs %]
               [% IF s.song == ss.song %]
         [% IF p.num_songs > 1 %]
      <td>[% pl.total %]</td>
         [% END %]
-     <td><input type="submit" value="Oppdater" /></td>
+     <td><input type="submit" name="update[% pl.player %]" value="Oppdater" /></td>
     </tr>
       [% END %]
     [% END %]