]> git.sesse.net Git - ccbs/blobdiff - html/templates/show-tournament.tmpl
Removed name= on the submit buttons again, we don't need it anymore.
[ccbs] / html / templates / show-tournament.tmpl
index c2cbfa0efdebc7e61280d4d4c6af86825a3914c4..abaf236667dfe9f387a9cb79b5f411a04cf9acef 100644 (file)
     </tr>
     
     [% FOR pl = p.players %]
-      [% IF pl.locked %]
+      [% IF r.locked %]
     <tr>
       <th>
         [% pl.nick %]
         [% IF p.num_songs > 1 %]
      <td>[% pl.total %]</td>
         [% END %]
-     <td><input type="submit" name="update[% pl.player %]" value="Oppdater" /></td>
+     <td><input type="submit" value="Oppdater" /></td>
     </tr>
       [% END %]
     [% END %]