]> git.sesse.net Git - ccbs/blobdiff - html/templates/show-tournament.tmpl
Fix bug where chosen scores would be blanked when multiple people were editing the...
[ccbs] / html / templates / show-tournament.tmpl
index 162558dd9d290f012bad337abd453775635cc7af..ecb14175b4a045d865b934d366b143c221f102fb 100644 (file)
       </td>
           [% IF s.chosen %]
       <td>
-        <input type="hidden" name="old-song[% pl.player %]-[% s.songnumber %]" value="[% ss.song %]" />
+        <input type="hidden" name="old-song[% pl.player %]-[% s.songnumber %]" value="[% s.song %]" />
         <select name="song[% pl.player %]-[% s.songnumber %]">
           <option value=""> </option>
             [% FOR ss = songs %]