]> git.sesse.net Git - ccbs/blobdiff - html/templates/registration.tmpl
Add an option for un-registering people.
[ccbs] / html / templates / registration.tmpl
index 539ccb679697fd9862df9fe3daac23a805f7ccb5..5a2239f9ad944c2e8026454cdd22806f5dd81aee 100644 (file)
           </p>
         </form>
       </td>
+      <td>
+        <form method="post" action="do-unregister.pl">
+          <p class="button">
+            <input type="hidden" name="tournament" value="[% tournament.tournament %]" />
+            <input type="hidden" name="player" value="[% r.player %]" />
+           <input type="submit" value="Fjern" />
+          </p>
+        </form>
+      </td>
     </tr>
 [% END %]
   </table>