]> git.sesse.net Git - ccbs/blobdiff - html/templates/registration.tmpl
Fix <option> values for registration form.
[ccbs] / html / templates / registration.tmpl
index d6b5392fd69ed3573ff6e482d74f8b8de60e3741..c2d873b6dcb70cea33da88b95ac199c2602e020e 100644 (file)
@@ -10,7 +10,7 @@
       <td>
         <select name="player">
 [% FOR a = available %]
-          <option value="[% a.id %]">[% a.nick %]</option>
+          <option value="[% a.player %]">[% a.nick %]</option>
 [% END %]
         </select>
       </td>